aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/unicode-escape.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/valid/unicode-escape.json')
-rw-r--r--test-suite/tests/valid/unicode-escape.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/tests/valid/unicode-escape.json b/test-suite/tests/valid/unicode-escape.json
new file mode 100644
index 0000000..32948c6
--- /dev/null
+++ b/test-suite/tests/valid/unicode-escape.json
@@ -0,0 +1,5 @@
+{
+ "answer1": {"type": "string", "value": "\u000B"},
+ "answer4": {"type": "string", "value": "\u03B4α"},
+ "answer8": {"type": "string", "value": "\u03B4β"}
+}