From f98d6ccd70850708ca9d7fc98c561556148b397d Mon Sep 17 00:00:00 2001 From: Alan Du Date: Tue, 30 May 2017 23:49:26 +0100 Subject: Encode control characters with hex not decimal Fix https://github.com/alexcrichton/toml-rs/issues/178 --- tests/valid/unicode-escape.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/valid/unicode-escape.json') diff --git a/tests/valid/unicode-escape.json b/tests/valid/unicode-escape.json index 8c09dc0..32948c6 100644 --- a/tests/valid/unicode-escape.json +++ b/tests/valid/unicode-escape.json @@ -1,4 +1,5 @@ { + "answer1": {"type": "string", "value": "\u000B"}, "answer4": {"type": "string", "value": "\u03B4α"}, "answer8": {"type": "string", "value": "\u03B4β"} } -- cgit v1.2.3