From 34a5f3749e7d60855ff907ffa7f66a323454c526 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Nov 2018 16:21:45 +0100 Subject: map_group_shows_error_in_middle_of_line: Fix column number I wrote the wrong column number on which the error should occur. --- src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.rs b/src/parser.rs index fa763ed..85a7ed2 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1553,7 +1553,7 @@ map result.unwrap_err().position, SourcePosition { line: 2, - column: 5, + column: 6, } ); } -- cgit v1.2.3