mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
`string-replace` is easier to understand, less error-prone, much faster, and results in shorter Lisp and byte code. Use it where applicable and obviously safe (erring on the conservative side). * admin/authors.el (authors-scan-change-log): * lisp/autoinsert.el (auto-insert-alist): * lisp/calc/calc-prog.el (calc-edit-macro-combine-alg-ent) (calc-edit-macro-combine-ext-command) (calc-edit-macro-combine-var-name): * lisp/calc/calc-units.el (math-make-unit-string): * lisp/calendar/cal-html.el (cal-html-comment): * lisp/calendar/cal-tex.el (cal-tex-comment): * lisp/calendar/icalendar.el (icalendar--convert-string-for-export) (icalendar--convert-string-for-import): * lisp/calendar/iso8601.el (iso8601--concat-regexps) (iso8601--full-time-match, iso8601--combined-match): * lisp/calendar/time-date.el (format-seconds): * lisp/calendar/todo-mode.el (todo-filter-items-filename): * lisp/cedet/cedet-files.el (cedet-directory-name-to-file-name) (cedet-file-name-to-directory-name): * lisp/comint.el (comint-watch-for-password-prompt): * lisp/dired-aux.el (dired-do-chmod): * lisp/dired-x.el (dired-man): * lisp/dired.el (dired-insert-directory, dired-goto-file-1): * lisp/emacs-lisp/comp.el (comp-c-func-name): * lisp/emacs-lisp/re-builder.el (reb-copy): * lisp/erc/erc-dcc.el (erc-dcc-unquote-filename): * lisp/erc/erc.el (erc-quit-reason-zippy, erc-part-reason-zippy) (erc-update-mode-line-buffer, erc-message-english-PART): * lisp/files.el (make-backup-file-name-1, files--transform-file-name) (read-file-modes): * lisp/fringe.el (fringe-mode): * lisp/gnus/gnus-art.el (gnus-button-handle-info-url): * lisp/gnus/gnus-group.el (gnus-group-completing-read): * lisp/gnus/gnus-icalendar.el (gnus-icalendar-event-from-ical): * lisp/gnus/gnus-mlspl.el (gnus-group-split-fancy): * lisp/gnus/gnus-search.el (gnus-search-query-parse-date) (gnus-search-transform-expression, gnus-search-run-search): * lisp/gnus/gnus-start.el (gnus-dribble-enter): * lisp/gnus/gnus-sum.el (gnus-summary-refer-article): * lisp/gnus/gnus-util.el (gnus-mode-string-quote): * lisp/gnus/message.el (message-put-addresses-in-ecomplete) (message-parse-mailto-url, message-mailto-1): * lisp/gnus/mml-sec.el (mml-secure-epg-sign): * lisp/gnus/mml-smime.el (mml-smime-epg-verify): * lisp/gnus/mml2015.el (mml2015-epg-verify): * lisp/gnus/nnmaildir.el (nnmaildir--system-name) (nnmaildir-request-list, nnmaildir-retrieve-groups) (nnmaildir-request-group, nnmaildir-retrieve-headers): * lisp/gnus/nnrss.el (nnrss-node-text): * lisp/gnus/spam-report.el (spam-report-gmane-internal) (spam-report-user-mail-address): * lisp/ibuffer.el (name): * lisp/image-dired.el (image-dired-pngnq-thumb) (image-dired-pngcrush-thumb, image-dired-optipng-thumb) (image-dired-create-thumb-1): * lisp/info.el (Info-set-mode-line): * lisp/international/mule-cmds.el (describe-language-environment): * lisp/mail/rfc2231.el (rfc2231-parse-string): * lisp/mail/rfc2368.el (rfc2368-parse-mailto-url): * lisp/mail/rmail.el (rmail-insert-inbox-text) (rmail-simplified-subject-regexp): * lisp/mail/rmailout.el (rmail-output-body-to-file): * lisp/mail/undigest.el (rmail-digest-rfc1153): * lisp/man.el (Man-default-man-entry): * lisp/mouse.el (minor-mode-menu-from-indicator): * lisp/mpc.el (mpc--debug): * lisp/net/browse-url.el (browse-url-mail): * lisp/net/eww.el (eww-update-header-line-format): * lisp/net/newst-backend.el (newsticker-save-item): * lisp/net/rcirc.el (rcirc-sentinel): * lisp/net/soap-client.el (soap-decode-date-time): * lisp/nxml/rng-cmpct.el (rng-c-literal-2-re): * lisp/nxml/xmltok.el (let*): * lisp/obsolete/nnir.el (nnir-run-swish-e, nnir-run-hyrex) (nnir-run-find-grep): * lisp/play/dunnet.el (dun-doassign): * lisp/play/handwrite.el (handwrite): * lisp/proced.el (proced-format-args): * lisp/profiler.el (profiler-report-header-line-format): * lisp/progmodes/gdb-mi.el (gdb-mi-quote): * lisp/progmodes/make-mode.el (makefile-bsdmake-rule-action-regex) (makefile-make-font-lock-keywords): * lisp/progmodes/prolog.el (prolog-guess-fill-prefix): * lisp/progmodes/ruby-mode.el (ruby-toggle-string-quotes): * lisp/progmodes/sql.el (sql-remove-tabs-filter, sql-str-literal): * lisp/progmodes/which-func.el (which-func-current): * lisp/replace.el (query-replace-read-from) (occur-engine, replace-quote): * lisp/select.el (xselect--encode-string): * lisp/ses.el (ses-export-tab): * lisp/subr.el (shell-quote-argument): * lisp/term/pc-win.el (msdos-show-help): * lisp/term/w32-win.el (w32--set-selection): * lisp/term/xterm.el (gui-backend-set-selection): * lisp/textmodes/picture.el (picture-tab-search): * lisp/thumbs.el (thumbs-call-setroot-command): * lisp/tooltip.el (tooltip-show-help-non-mode): * lisp/transient.el (transient-format-key): * lisp/url/url-mailto.el (url-mailto): * lisp/vc/log-edit.el (log-edit-changelog-ours-p): * lisp/vc/vc-bzr.el (vc-bzr-status): * lisp/vc/vc-hg.el (vc-hg--glob-to-pcre): * lisp/vc/vc-svn.el (vc-svn-after-dir-status): * lisp/xdg.el (xdg-desktop-strings): * test/lisp/electric-tests.el (defun): * test/lisp/term-tests.el (term-simple-lines): * test/lisp/time-stamp-tests.el (formatz-mod-del-colons): * test/lisp/wdired-tests.el (wdired-test-bug32173-01) (wdired-test-unfinished-edit-01): * test/src/json-tests.el (json-parse-with-custom-null-and-false-objects): Use `string-replace` instead of `replace-regexp-in-string`.
340 lines
14 KiB
EmacsLisp
340 lines
14 KiB
EmacsLisp
;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*-
|
||
|
||
;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
|
||
|
||
;; This file is part of GNU Emacs.
|
||
|
||
;; GNU Emacs is free software: you can redistribute it and/or modify
|
||
;; it under the terms of the GNU General Public License as published by
|
||
;; the Free Software Foundation, either version 3 of the License, or
|
||
;; (at your option) any later version.
|
||
|
||
;; GNU Emacs is distributed in the hope that it will be useful,
|
||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
;; GNU General Public License for more details.
|
||
|
||
;; You should have received a copy of the GNU General Public License
|
||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||
|
||
;;; Commentary:
|
||
|
||
;; Unit tests for src/json.c.
|
||
|
||
;;; Code:
|
||
|
||
(require 'cl-lib)
|
||
(require 'map)
|
||
|
||
(declare-function json-serialize "json.c" (object &rest args))
|
||
(declare-function json-insert "json.c" (object &rest args))
|
||
(declare-function json-parse-string "json.c" (string &rest args))
|
||
(declare-function json-parse-buffer "json.c" (&rest args))
|
||
|
||
(define-error 'json-tests--error "JSON test error")
|
||
|
||
(ert-deftest json-serialize/roundtrip ()
|
||
(skip-unless (fboundp 'json-serialize))
|
||
;; The noncharacter U+FFFF should be passed through,
|
||
;; cf. https://www.unicode.org/faq/private_use.html#noncharacters.
|
||
(let ((lisp [:null :false t 0 123 -456 3.75 "abc\uFFFFαβγ𝔸𝐁𝖢\"\\"])
|
||
(json "[null,false,true,0,123,-456,3.75,\"abc\uFFFFαβγ𝔸𝐁𝖢\\\"\\\\\"]"))
|
||
(should (equal (json-serialize lisp) json))
|
||
(with-temp-buffer
|
||
(json-insert lisp)
|
||
(should (equal (buffer-string) json))
|
||
(should (eobp)))
|
||
(should (equal (json-parse-string json) lisp))
|
||
(with-temp-buffer
|
||
(insert json)
|
||
(goto-char 1)
|
||
(should (equal (json-parse-buffer) lisp))
|
||
(should (eobp)))))
|
||
|
||
(ert-deftest json-serialize/roundtrip-scalars ()
|
||
"Check that Bug#42994 is fixed."
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(dolist (case '((:null "null")
|
||
(:false "false")
|
||
(t "true")
|
||
(0 "0")
|
||
(123 "123")
|
||
(-456 "-456")
|
||
(3.75 "3.75")
|
||
;; The noncharacter U+FFFF should be passed through,
|
||
;; cf. https://www.unicode.org/faq/private_use.html#noncharacters.
|
||
("abc\uFFFFαβγ𝔸𝐁𝖢\"\\"
|
||
"\"abc\uFFFFαβγ𝔸𝐁𝖢\\\"\\\\\"")))
|
||
(cl-destructuring-bind (lisp json) case
|
||
(ert-info ((format "%S ↔ %S" lisp json))
|
||
(should (equal (json-serialize lisp) json))
|
||
(with-temp-buffer
|
||
(json-insert lisp)
|
||
(should (equal (buffer-string) json))
|
||
(should (eobp)))
|
||
(should (equal (json-parse-string json) lisp))
|
||
(with-temp-buffer
|
||
(insert json)
|
||
(goto-char 1)
|
||
(should (equal (json-parse-buffer) lisp))
|
||
(should (eobp)))))))
|
||
|
||
(ert-deftest json-serialize/object ()
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(let ((table (make-hash-table :test #'equal)))
|
||
(puthash "abc" [1 2 t] table)
|
||
(puthash "def" :null table)
|
||
(should (equal (json-serialize table)
|
||
"{\"abc\":[1,2,true],\"def\":null}")))
|
||
(should (equal (json-serialize '((abc . [1 2 t]) (def . :null)))
|
||
"{\"abc\":[1,2,true],\"def\":null}"))
|
||
(should (equal (json-serialize nil) "{}"))
|
||
(should (equal (json-serialize '((abc))) "{\"abc\":{}}"))
|
||
(should (equal (json-serialize '((a . 1) (b . 2) (a . 3)))
|
||
"{\"a\":1,\"b\":2}"))
|
||
(should-error (json-serialize '(abc)) :type 'wrong-type-argument)
|
||
(should-error (json-serialize '((a 1))) :type 'wrong-type-argument)
|
||
(should-error (json-serialize '((1 . 2))) :type 'wrong-type-argument)
|
||
(should-error (json-serialize '((a . 1) . b)) :type 'wrong-type-argument)
|
||
(should-error (json-serialize '#1=((a . 1) . #1#)) :type 'circular-list)
|
||
(should-error (json-serialize '(#1=(a #1#))))
|
||
|
||
(should (equal (json-serialize '(:abc [1 2 t] :def :null))
|
||
"{\"abc\":[1,2,true],\"def\":null}"))
|
||
(should (equal (json-serialize '(abc [1 2 t] :def :null))
|
||
"{\"abc\":[1,2,true],\"def\":null}"))
|
||
(should-error (json-serialize '#1=(:a 1 . #1#)) :type 'circular-list)
|
||
(should-error (json-serialize '#1=(:a 1 :b . #1#))
|
||
:type '(circular-list wrong-type-argument))
|
||
(should-error (json-serialize '(:foo "bar" (unexpected-alist-key . 1)))
|
||
:type 'wrong-type-argument)
|
||
(should-error (json-serialize '((abc . "abc") :unexpected-plist-key "key"))
|
||
:type 'wrong-type-argument)
|
||
(should-error (json-serialize '(:foo bar :odd-numbered))
|
||
:type 'wrong-type-argument)
|
||
(should (equal
|
||
(json-serialize
|
||
(list :detect-hash-table #s(hash-table test equal data ("bla" "ble"))
|
||
:detect-alist '((bla . "ble"))
|
||
:detect-plist '(:bla "ble")))
|
||
"\
|
||
{\
|
||
\"detect-hash-table\":{\"bla\":\"ble\"},\
|
||
\"detect-alist\":{\"bla\":\"ble\"},\
|
||
\"detect-plist\":{\"bla\":\"ble\"}\
|
||
}")))
|
||
|
||
(ert-deftest json-serialize/object-with-duplicate-keys ()
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(let ((table (make-hash-table :test #'eq)))
|
||
(puthash (copy-sequence "abc") [1 2 t] table)
|
||
(puthash (copy-sequence "abc") :null table)
|
||
(should (equal (hash-table-count table) 2))
|
||
(should-error (json-serialize table) :type 'wrong-type-argument)))
|
||
|
||
(ert-deftest json-parse-string/object ()
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(let ((input
|
||
"{ \"abc\" : [1, 2, true], \"def\" : null, \"abc\" : [9, false] }\n"))
|
||
(let ((actual (json-parse-string input)))
|
||
(should (hash-table-p actual))
|
||
(should (equal (hash-table-count actual) 2))
|
||
(should (equal (cl-sort (map-pairs actual) #'string< :key #'car)
|
||
'(("abc" . [9 :false]) ("def" . :null)))))
|
||
(should (equal (json-parse-string input :object-type 'alist)
|
||
'((abc . [9 :false]) (def . :null))))
|
||
(should (equal (json-parse-string input :object-type 'plist)
|
||
'(:abc [9 :false] :def :null)))))
|
||
|
||
(ert-deftest json-parse-string/array ()
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(let ((input "[\"a\", 1, [\"b\", 2]]"))
|
||
(should (equal (json-parse-string input)
|
||
["a" 1 ["b" 2]]))
|
||
(should (equal (json-parse-string input :array-type 'list)
|
||
'("a" 1 ("b" 2))))))
|
||
|
||
(ert-deftest json-parse-string/string ()
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(should-error (json-parse-string "[\"formfeed\f\"]") :type 'json-parse-error)
|
||
(should (equal (json-parse-string "[\"foo \\\"bar\\\"\"]") ["foo \"bar\""]))
|
||
(should (equal (json-parse-string "[\"abcαβγ\"]") ["abcαβγ"]))
|
||
(should (equal (json-parse-string "[\"\\nasd\\u0444\\u044b\\u0432fgh\\t\"]")
|
||
["\nasdфывfgh\t"]))
|
||
(should (equal (json-parse-string "[\"\\uD834\\uDD1E\"]") ["\U0001D11E"]))
|
||
(should-error (json-parse-string "foo") :type 'json-parse-error)
|
||
;; FIXME: Is this the right behavior?
|
||
(should (equal (json-parse-string "[\"\u00C4\xC3\x84\"]") ["\u00C4\u00C4"])))
|
||
|
||
(ert-deftest json-serialize/string ()
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(should (equal (json-serialize ["foo"]) "[\"foo\"]"))
|
||
(should (equal (json-serialize ["a\n\fb"]) "[\"a\\n\\fb\"]"))
|
||
(should (equal (json-serialize ["\nasdфыв\u001f\u007ffgh\t"])
|
||
"[\"\\nasdфыв\\u001F\u007ffgh\\t\"]"))
|
||
(should (equal (json-serialize ["a\0b"]) "[\"a\\u0000b\"]"))
|
||
;; FIXME: Is this the right behavior?
|
||
(should (equal (json-serialize ["\u00C4\xC3\x84"]) "[\"\u00C4\u00C4\"]")))
|
||
|
||
(ert-deftest json-serialize/invalid-unicode ()
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(should-error (json-serialize ["a\uDBBBb"]) :type 'wrong-type-argument)
|
||
(should-error (json-serialize ["u\x110000v"]) :type 'wrong-type-argument)
|
||
(should-error (json-serialize ["u\x3FFFFFv"]) :type 'wrong-type-argument)
|
||
(should-error (json-serialize ["u\xCCv"]) :type 'wrong-type-argument)
|
||
(should-error (json-serialize ["u\u00C4\xCCv"]) :type 'wrong-type-argument))
|
||
|
||
(ert-deftest json-parse-string/null ()
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(should-error (json-parse-string "\x00") :type 'wrong-type-argument)
|
||
;; FIXME: Reconsider whether this is the right behavior.
|
||
(should-error (json-parse-string "[\"a\\u0000b\"]") :type 'json-parse-error))
|
||
|
||
(ert-deftest json-parse-string/invalid-unicode ()
|
||
"Some examples from
|
||
https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt.
|
||
Test with both unibyte and multibyte strings."
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
;; Invalid UTF-8 code unit sequences.
|
||
(should-error (json-parse-string "[\"\x80\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\x80\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\xBF\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\xBF\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\xFE\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\xFE\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\xC0\xAF\"]") :type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\xC0\xAF\"]")
|
||
:type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\xC0\x80\"]")
|
||
:type 'json-parse-error)
|
||
;; Surrogates.
|
||
(should-error (json-parse-string "[\"\uDB7F\"]")
|
||
:type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\xED\xAD\xBF\"]")
|
||
:type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\xED\xAD\xBF\"]")
|
||
:type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\uDB7F\uDFFF\"]")
|
||
:type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\xED\xAD\xBF\xED\xBF\xBF\"]")
|
||
:type 'json-parse-error)
|
||
(should-error (json-parse-string "[\"\u00C4\xED\xAD\xBF\xED\xBF\xBF\"]")
|
||
:type 'json-parse-error))
|
||
|
||
(ert-deftest json-parse-string/incomplete ()
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(should-error (json-parse-string "[123") :type 'json-end-of-file))
|
||
|
||
(ert-deftest json-parse-string/trailing ()
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(should-error (json-parse-string "[123] [456]") :type 'json-trailing-content))
|
||
|
||
(ert-deftest json-parse-buffer/incomplete ()
|
||
(skip-unless (fboundp 'json-parse-buffer))
|
||
(with-temp-buffer
|
||
(insert "[123")
|
||
(goto-char 1)
|
||
(should-error (json-parse-buffer) :type 'json-end-of-file)
|
||
(should (bobp))))
|
||
|
||
(ert-deftest json-parse-buffer/trailing ()
|
||
(skip-unless (fboundp 'json-parse-buffer))
|
||
(with-temp-buffer
|
||
(insert "[123] [456]")
|
||
(goto-char 1)
|
||
(should (equal (json-parse-buffer) [123]))
|
||
(should-not (bobp))
|
||
(should (looking-at-p (rx " [456]" eos)))))
|
||
|
||
(ert-deftest json-parse-with-custom-null-and-false-objects ()
|
||
(skip-unless (and (fboundp 'json-serialize)
|
||
(fboundp 'json-parse-string)))
|
||
(let* ((input
|
||
"{ \"abc\" : [9, false] , \"def\" : null }")
|
||
(output
|
||
(string-replace " " "" input)))
|
||
(should (equal (json-parse-string input
|
||
:object-type 'plist
|
||
:null-object :json-null
|
||
:false-object :json-false)
|
||
'(:abc [9 :json-false] :def :json-null)))
|
||
(should (equal (json-parse-string input
|
||
:object-type 'plist
|
||
:false-object :json-false)
|
||
'(:abc [9 :json-false] :def :null)))
|
||
(should (equal (json-parse-string input
|
||
:object-type 'alist
|
||
:null-object :zilch)
|
||
'((abc . [9 :false]) (def . :zilch))))
|
||
(should (equal (json-parse-string input
|
||
:object-type 'alist
|
||
:false-object nil
|
||
:null-object nil)
|
||
'((abc . [9 nil]) (def))))
|
||
(let* ((thingy '(1 2 3))
|
||
(retval (json-parse-string input
|
||
:object-type 'alist
|
||
:false-object thingy
|
||
:null-object nil)))
|
||
(should (equal retval `((abc . [9 ,thingy]) (def))))
|
||
(should (eq (elt (cdr (car retval)) 1) thingy)))
|
||
(should (equal output
|
||
(json-serialize '((abc . [9 :myfalse]) (def . :mynull))
|
||
:false-object :myfalse
|
||
:null-object :mynull)))
|
||
;; :object-type is not allowed in json-serialize
|
||
(should-error (json-serialize '() :object-type 'alist))))
|
||
|
||
(ert-deftest json-insert/signal ()
|
||
(skip-unless (fboundp 'json-insert))
|
||
(with-temp-buffer
|
||
(let ((calls 0))
|
||
(add-hook 'after-change-functions
|
||
(lambda (_begin _end _length)
|
||
(cl-incf calls)
|
||
(signal 'json-tests--error
|
||
'("Error in `after-change-functions'")))
|
||
:local)
|
||
(should-error
|
||
(json-insert '((a . "b") (c . 123) (d . [1 2 t :false])))
|
||
:type 'json-tests--error)
|
||
(should (equal calls 1)))))
|
||
|
||
(ert-deftest json-insert/throw ()
|
||
(skip-unless (fboundp 'json-insert))
|
||
(with-temp-buffer
|
||
(let ((calls 0))
|
||
(add-hook 'after-change-functions
|
||
(lambda (_begin _end _length)
|
||
(cl-incf calls)
|
||
(throw 'test-tag 'throw-value))
|
||
:local)
|
||
(should
|
||
(equal
|
||
(catch 'test-tag
|
||
(json-insert '((a . "b") (c . 123) (d . [1 2 t :false]))))
|
||
'throw-value))
|
||
(should (equal calls 1)))))
|
||
|
||
(ert-deftest json-serialize/bignum ()
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(should (equal (json-serialize (vector (1+ most-positive-fixnum)
|
||
(1- most-negative-fixnum)))
|
||
(format "[%d,%d]"
|
||
(1+ most-positive-fixnum)
|
||
(1- most-negative-fixnum)))))
|
||
|
||
(ert-deftest json-parse-string/wrong-type ()
|
||
"Check that Bug#42113 is fixed."
|
||
(skip-unless (fboundp 'json-parse-string))
|
||
(should-error (json-parse-string 1) :type 'wrong-type-argument))
|
||
|
||
(ert-deftest json-serialize/wrong-hash-key-type ()
|
||
"Check that Bug#42113 is fixed."
|
||
(skip-unless (fboundp 'json-serialize))
|
||
(let ((table (make-hash-table :test #'eq)))
|
||
(puthash 1 2 table)
|
||
(should-error (json-serialize table) :type 'wrong-type-argument)))
|
||
|
||
(provide 'json-tests)
|
||
;;; json-tests.el ends here
|