From 8a207a83fe21da6e498697b9a0ec81932f5208e6 Mon Sep 17 00:00:00 2001 From: Tae-il Lim Date: Sat, 2 Apr 2016 17:15:59 +0900 Subject: Update integration tests to BurntSushi/toml-test@2f1c20de60bc9de743bdb8c7d2e79172fb28e6f8 --- tests/valid/unicode-escape.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/valid/unicode-escape.json') diff --git a/tests/valid/unicode-escape.json b/tests/valid/unicode-escape.json index deda62c..216f8f7 100644 --- a/tests/valid/unicode-escape.json +++ b/tests/valid/unicode-escape.json @@ -1,3 +1,4 @@ { - "answer": {"type": "string", "value": "\u03B4"} + "answer4": {"type": "string", "value": "\u03B4"}, + "answer8": {"type": "string", "value": "\u03B4"} } -- cgit v1.2.3