Tweak unicode-escape test
This commit is contained in:
parent
b25592c238
commit
8dbc107441
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"answer4": {"type": "string", "value": "\u03B4"},
|
"answer4": {"type": "string", "value": "\u03B4α"},
|
||||||
"answer8": {"type": "string", "value": "\u03B4"}
|
"answer8": {"type": "string", "value": "\u03B4β"}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
answer4 = "\u03B4"
|
answer4 = "\u03B4α"
|
||||||
answer8 = "\U000003B4"
|
answer8 = "\U000003B4β"
|
||||||
|
|
Loading…
Reference in a new issue