aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-05-30 19:35:42 -0500
committerGitHub <noreply@github.com>2017-05-30 19:35:42 -0500
commitdfe67d6c60ab96e80d02747f60d0635acc67f718 (patch)
tree4710364895c56e9fa52a88fa3f20880b7891e664 /tests
parent7aa2594fb0ccd528087a492d1497f3af580bdb54 (diff)
parentf98d6ccd70850708ca9d7fc98c561556148b397d (diff)
downloadmilf-rs-dfe67d6c60ab96e80d02747f60d0635acc67f718.tar.gz
milf-rs-dfe67d6c60ab96e80d02747f60d0635acc67f718.zip
Merge pull request #182 from alanhdu/master
Fix some fuzzing bugs
Diffstat (limited to 'tests')
-rw-r--r--tests/valid/unicode-escape.json1
-rw-r--r--tests/valid/unicode-escape.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/valid/unicode-escape.json b/tests/valid/unicode-escape.json
index 8c09dc0..32948c6 100644
--- a/tests/valid/unicode-escape.json
+++ b/tests/valid/unicode-escape.json
@@ -1,4 +1,5 @@
{
+ "answer1": {"type": "string", "value": "\u000B"},
"answer4": {"type": "string", "value": "\u03B4α"},
"answer8": {"type": "string", "value": "\u03B4β"}
}
diff --git a/tests/valid/unicode-escape.toml b/tests/valid/unicode-escape.toml
index 20198f4..c0d5a25 100644
--- a/tests/valid/unicode-escape.toml
+++ b/tests/valid/unicode-escape.toml
@@ -1,2 +1,3 @@
+answer1 = "\u000B"
answer4 = "\u03B4α"
answer8 = "\U000003B4β"