Adapting tests to Scanner's lexical error diagnostics change.

This commit is contained in:
Christian Parpart
2018-11-24 12:59:37 +01:00
parent e4106bd06e
commit 0ad56bca79
8 changed files with 32 additions and 30 deletions
@@ -1,4 +1,4 @@
contract test {
function f() pure public { "abc\
// ----
// ParserError: (47-53): Expected String end-quote.
// ParserError: (47-53): Expected string end-quote.