summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/99_bugs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/99_bugs')
-rw-r--r--tests/custom/99_bugs/14_incomplete_expression_at_eof2
-rw-r--r--tests/custom/99_bugs/25_lexer_shifted_offsets2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/custom/99_bugs/14_incomplete_expression_at_eof b/tests/custom/99_bugs/14_incomplete_expression_at_eof
index 474e87c..fd0ddd6 100644
--- a/tests/custom/99_bugs/14_incomplete_expression_at_eof
+++ b/tests/custom/99_bugs/14_incomplete_expression_at_eof
@@ -3,7 +3,7 @@ buffer, the source code context line was not properly printed.
-- Expect stderr --
Syntax error: Expecting expression
-In line 1, byte 7:
+In line 2, byte 1:
`{% 1+`
^-- Near here
diff --git a/tests/custom/99_bugs/25_lexer_shifted_offsets b/tests/custom/99_bugs/25_lexer_shifted_offsets
index db10121..bb374ae 100644
--- a/tests/custom/99_bugs/25_lexer_shifted_offsets
+++ b/tests/custom/99_bugs/25_lexer_shifted_offsets
@@ -12,7 +12,7 @@ to be incorrectly shifted.
-- Expect stderr --
Error
-In line 3, byte 12:
+In line 3, byte 13:
` die("Error");`
Near here -----^