aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/src/json-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/json-tests.el b/test/src/json-tests.el
index 100bf7bd39b..13953beb151 100644
--- a/test/src/json-tests.el
+++ b/test/src/json-tests.el
@@ -89,7 +89,7 @@
89 (should-error (json-serialize ["a\uDBBBb"]) :type 'json-out-of-memory) 89 (should-error (json-serialize ["a\uDBBBb"]) :type 'json-out-of-memory)
90 (should-error (json-serialize (vector (string ?a #x110000 ?b))) 90 (should-error (json-serialize (vector (string ?a #x110000 ?b)))
91 :type 'json-out-of-memory) 91 :type 'json-out-of-memory)
92 (should-error (json-serialize ["a\xCCb"] :type 'json-out-of-memory))) 92 (should-error (json-serialize ["u\xCCv"]) :type 'json-out-of-memory))
93 93
94(ert-deftest json-parse-string/null () 94(ert-deftest json-parse-string/null ()
95 (skip-unless (fboundp 'json-parse-string)) 95 (skip-unless (fboundp 'json-parse-string))