From e2860f8a26dc9c04bb4ad6fb59ffb8c743717149 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 16 May 2017 19:46:19 +0100 Subject: #538 Fix an off-by-one bug with end columns --- test/test_highlight_placement.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_highlight_placement.vader b/test/test_highlight_placement.vader index e43b0dc1..b5878922 100644 --- a/test/test_highlight_placement.vader +++ b/test/test_highlight_placement.vader @@ -146,7 +146,7 @@ Execute(Higlight end columns should set an appropriate size): AssertEqual \ [ - \ {'group': 'ALEError', 'id': 15, 'priority': 10, 'pos1': [3, 2, 3]}, - \ {'group': 'ALEWarning', 'id': 16, 'priority': 10, 'pos1': [4, 1, 4]}, + \ {'group': 'ALEError', 'id': 15, 'priority': 10, 'pos1': [3, 2, 4]}, + \ {'group': 'ALEWarning', 'id': 16, 'priority': 10, 'pos1': [4, 1, 5]}, \ ], \ getmatches() -- cgit v1.2.3