diff options
Diffstat (limited to 'test/src/json-tests.el')
-rw-r--r-- | test/src/json-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/json-tests.el b/test/src/json-tests.el index bffee8f39d3..651b0a0bb7a 100644 --- a/test/src/json-tests.el +++ b/test/src/json-tests.el @@ -86,8 +86,8 @@ (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-alist '((bla . "ble")) + :detect-plist '(:bla "ble"))) "\ {\ \"detect-hash-table\":{\"bla\":\"ble\"},\ |