aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/string-escapes.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/valid/string-escapes.json')
-rw-r--r--test-suite/tests/valid/string-escapes.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/tests/valid/string-escapes.json b/test-suite/tests/valid/string-escapes.json
index 62dac51..e3b2d94 100644
--- a/test-suite/tests/valid/string-escapes.json
+++ b/test-suite/tests/valid/string-escapes.json
@@ -46,5 +46,13 @@
"notunicode4": {
"type": "string",
"value": "This string does not have a unicode \\\u0075 escape."
+ },
+ "delete": {
+ "type": "string",
+ "value": "This string has a \u007f delete control code."
+ },
+ "unitseparator": {
+ "type": "string",
+ "value": "This string has a \u001f unit separator control code."
}
}