aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTae-il Lim <trlim@iotok.kr>2016-04-03 17:08:23 +0900
committerTae-il Lim <trlim@iotok.kr>2016-04-03 17:08:23 +0900
commit8dbc107441194238267a94aaa46248c405c2159c (patch)
tree5d0dd14c33200a71098621d7c76494472a24896a /tests
parentb25592c2386f415cbe34c1c08defce6f452e66ff (diff)
downloadmilf-rs-8dbc107441194238267a94aaa46248c405c2159c.tar.gz
milf-rs-8dbc107441194238267a94aaa46248c405c2159c.zip
Tweak unicode-escape test
Diffstat (limited to 'tests')
-rw-r--r--tests/valid/unicode-escape.json4
-rw-r--r--tests/valid/unicode-escape.toml4
2 files changed, 4 insertions, 4 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β"}
}
diff --git a/tests/valid/unicode-escape.toml b/tests/valid/unicode-escape.toml
index 82faecb..20198f4 100644
--- a/tests/valid/unicode-escape.toml
+++ b/tests/valid/unicode-escape.toml
@@ -1,2 +1,2 @@
-answer4 = "\u03B4"
-answer8 = "\U000003B4"
+answer4 = "\u03B4α"
+answer8 = "\U000003B4β"