Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file languages/json/tests/result/n/tcl/n_object_with_single_string at check-in trunk
2018-03-13
| ||
17:38 | 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. file: [5f7dc0e56e] check-in: [d4f0f54320] user: aku branch: json-unify, size: 458 | |
2018-02-02
| ||
18:23 | Continued testsuite work. Fixed definition of JSON `whitespace`. Regenerated parsers. Updated parse failure results to match. file: [0de040c0a8] check-in: [eb17740e4d] user: aku branch: language-json, size: 458 | |
2018-02-01
| ||
23:56 | Added: Continued testsuite work - Added the n_* cases (must reject), and 1st round of results. Reorganized the input/ and result/ directories to separate the various groups better (y|n|i, c|tcl, ...) - A number failures to reject input. - 4x grammar error: \f is not whitespace. - 10x input accepted which should not be (c (bad) vs tcl (ok)) - process vs process-file differences in rt-c (encoding differences?) file: [3930c9d971] check-in: [20cb6ea243] user: aku branch: language-json, size: 453 | |