From 9ea8eedd85dc0736997ae9f1183ea407a3460e34 Mon Sep 17 00:00:00 2001 From: CK Tan Date: Tue, 14 Jul 2020 16:57:35 -0700 Subject: [PATCH] updated Note.txt to reflect expected error conditions in test2/ --- test2/Note.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test2/Note.txt b/test2/Note.txt index bb931de..6ca7347 100644 --- a/test2/Note.txt +++ b/test2/Note.txt @@ -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.