summaryrefslogtreecommitdiff
path: root/test/automated/json-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/automated/json-tests.el')
-rw-r--r--test/automated/json-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/json-tests.el b/test/automated/json-tests.el
index 881c237261c..fd89b7aa994 100644
--- a/test/automated/json-tests.el
+++ b/test/automated/json-tests.el
@@ -35,8 +35,8 @@
(ert-deftest json-encode-string-with-special-chars ()
(should (equal (json-encode-string "a\n\fb")
"\"a\\n\\fb\""))
- (should (equal (json-encode-string "\nasdфывfgh\t")
- "\"\\nasd\\u0444\\u044b\\u0432fgh\\t\"")))
+ (should (equal (json-encode-string "\nasdфыв\u001f\u007ffgh\t")
+ "\"\\nasdфыв\\u001f\u007ffgh\\t\"")))
(ert-deftest json-read-string-with-special-chars ()
(should (equal (json-read-from-string "\"\\nasd\\u0444\\u044b\\u0432fgh\\t\"")