From 050fae7bdfdb92a114f88b22fa337aa6f6d000e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Fri, 13 May 2016 14:09:27 -0400 Subject: [PATCH] tests: update expected errors to the new JSON parser engine MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/sav/test_json_deserialization_plain.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sav/test_json_deserialization_plain.res b/tests/sav/test_json_deserialization_plain.res index eb9da24..71dc9e7 100644 --- a/tests/sav/test_json_deserialization_plain.res +++ b/tests/sav/test_json_deserialization_plain.res @@ -27,6 +27,6 @@ # Nit: > # JSON: not valid json -# Errors: 'Error Parsing JSON: [1:1-1:2] Unexpected character 'n'; is acceptable instead: value' +# Errors: 'Parsing error at line 1, position 1: Error: bad JSON entity' # Nit: null -- 1.7.9.5