emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c113d6f: * test/src/json-tests.el (json-serialize/o


From: Andreas Schwab
Subject: [Emacs-diffs] master c113d6f: * test/src/json-tests.el (json-serialize/object): Fix spacing.
Date: Sat, 29 Jun 2019 01:42:21 -0400 (EDT)

branch: master
commit c113d6f3c1e12fed3aa627e74a2a43be0350c31c
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    * test/src/json-tests.el (json-serialize/object): Fix spacing.
---
 test/src/json-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/src/json-tests.el b/test/src/json-tests.el
index 383991b..8cf0145 100644
--- a/test/src/json-tests.el
+++ b/test/src/json-tests.el
@@ -76,8 +76,8 @@
   (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 '#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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]