updated Note.txt to reflect expected error conditions in test2/

This commit is contained in:
CK Tan 2020-07-14 16:57:35 -07:00
parent b539e3f20e
commit 9ea8eedd85
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Note that these tests are expected to fail as we do not validate Unicode strings.
Note that we utilize the 'jq' command to normalize json files for comparison. Depending the
verson of jq on your system, some tests may generate error that looks like this:
% bash run.sh | grep FAIL
toml-spec-tests/errors/string-basic-multiline-out-of-range-unicode-escape-2.toml ... [FAILED]
toml-spec-tests/errors/string-basic-out-of-range-unicode-escape-2.toml ... [FAILED]
parse error: Exceeds depth limit for parsing at line 1
This is an error in 'jq', and it does not indicate that the tests themselves fail.