aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/json-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/json-tests.el')
-rw-r--r--test/src/json-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/json-tests.el b/test/src/json-tests.el
index ffa6fe19f9b..8bd679b886e 100644
--- a/test/src/json-tests.el
+++ b/test/src/json-tests.el
@@ -210,6 +210,8 @@ Test with both unibyte and multibyte strings."
210 (should (looking-at-p (rx " [456]" eos))))) 210 (should (looking-at-p (rx " [456]" eos)))))
211 211
212(ert-deftest json-parse-with-custom-null-and-false-objects () 212(ert-deftest json-parse-with-custom-null-and-false-objects ()
213 (skip-unless (and (fboundp 'json-serialize)
214 (fboundp 'json-parse-string)))
213 (let* ((input 215 (let* ((input
214 "{ \"abc\" : [9, false] , \"def\" : null }") 216 "{ \"abc\" : [9, false] , \"def\" : null }")
215 (output 217 (output