Tweak unicode-escape test

This commit is contained in:
Tae-il Lim 2016-04-03 17:08:23 +09:00
parent b25592c238
commit 8dbc107441
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ {
"answer4": {"type": "string", "value": "\u03B4"}, "answer4": {"type": "string", "value": "\u03B4α"},
"answer8": {"type": "string", "value": "\u03B4"} "answer8": {"type": "string", "value": "\u03B4β"}
} }

View file

@ -1,2 +1,2 @@
answer4 = "\u03B4" answer4 = "\u03B4α"
answer8 = "\U000003B4" answer8 = "\U000003B4β"