]> git.eshelyaron.com Git - emacs.git/commit
Small fix for a JSON unit test.
authorPhilipp Stephani <phst@google.com>
Tue, 23 Apr 2019 09:59:29 +0000 (11:59 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 23 Apr 2019 10:00:32 +0000 (12:00 +0200)
commitb59429a43ebe96b3882b237440ac79ad95e636c8
tree9036066c68ef359904a9fede93b4595cf6a25b31
parent0d5caa9a0c668d06ab650392bd52ad03a4dfbd1a
Small fix for a JSON unit test.

* test/src/json-tests.el (json-parse-string/null): Make JSON object
syntactically valid.  This test is supposed to check whether an
escaped null character causes an error, but without quoting the string
it would be syntactically invalid in any case.
test/src/json-tests.el