Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cdaa23

Browse files
committed
Moving unescaped < test parse error to the point in the stream where it actually occurs (need a generic solution for this kind of problem since some imps report erros at different times
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40408
1 parent a793735 commit 9cdaa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tokenizer/test2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@
9494

9595
{"description":"Unescaped <",
9696
"input":"foo < bar",
97-
"output":["ParseError", ["Character", "foo < bar"]]}
97+
"output":[["Character", "foo "], "ParseError", ["Character", "< bar"]]}
9898

9999
]}

0 commit comments

Comments
 (0)