Artifact 800e1baf37d2608cdf8dfb3960cee9f60a4416f13c5c1aa4ff3347b7ce72932c:
- File languages/json/tests/result/n/tcl/n_string_unicode_CapitalU — part of check-in [d4f0f54320] at 2018-03-13 17:38:07 on branch json-unify — Updated the json tests. The only tests directly affected by the merge where a number of expected-negatives where the error message did not match anymore, due to changed symbol ids coming out of the generator. Furthermore, the `process-file` changes reduced the set of known bugs, eliminating all expected-negatives from it (process-file sees the same data as process now,, making the error messages the same for the two methods). We still have issues with various expected-positive which still error. These are suspected to require changes to the json grammar. (user: aku size: 458) [more...]
Parsing failed in lexer. Stopped at offset 1 after reading '\\'. Expected any character in [\"[\\t\\n\\r\\40]] while looking for any of (quote, whitespace). L0 Report: ______ P31 @1-1 <quote> --> . <@CHR:<\42>> ______ P34 @1-1 <whitespace> --> . <@CLS:<\t-\n\r\40>> ______ R50:1 @0-1 <@START> --> <ACS:quote> . <quote> ______ R53:1 @0-1 <@START> --> <ACS:whitespace> . <whitespace> Mismatch: '\\' => (17 25) ni 15: '\"' 26: [\t\n\r\40]