aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/unicode-escape.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/unicode-escape.json')
-rw-r--r--tests/valid/unicode-escape.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/valid/unicode-escape.json b/tests/valid/unicode-escape.json
index 216f8f7..8c09dc0 100644
--- a/tests/valid/unicode-escape.json
+++ b/tests/valid/unicode-escape.json
@@ -1,4 +1,4 @@
{
- "answer4": {"type": "string", "value": "\u03B4"},
- "answer8": {"type": "string", "value": "\u03B4"}
+ "answer4": {"type": "string", "value": "\u03B4α"},
+ "answer8": {"type": "string", "value": "\u03B4β"}
}