Skip to content

Commit

Permalink
tests: error_syntax errors on `? now
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Jul 15, 2019
1 parent 1794bff commit a3e6523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/error_syntax.nit
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

class A
#alt1#once
?&*
`?&*
end
2 changes: 1 addition & 1 deletion tests/sav/error_syntax.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error_syntax.nit:19,2: Syntax Error: unknown token `?`.
error_syntax.nit:19,2: Syntax Error: unknown token ``?`.
2 changes: 1 addition & 1 deletion tests/sav/test_parser_args3.res
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Error at ./error_syntax.nit:19,2:
Syntax Error: unknown token `?`.
Syntax Error: unknown token ``?`.

0 comments on commit a3e6523

Please sign in to comment.