diff options
Diffstat (limited to 'tests/valid/unicode-escape.json')
-rw-r--r-- | tests/valid/unicode-escape.json | 3 |
1 files changed, 2 insertions, 1 deletions
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"} } |