]> git.eshelyaron.com Git - emacs.git/commit
Fix bugs in JSON test
authorPhilipp Stephani <phst@google.com>
Fri, 22 Dec 2017 00:56:38 +0000 (01:56 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 22 Dec 2017 00:56:38 +0000 (01:56 +0100)
commitc5f9d47ba4eec5e6eebcd4e21ebee78d3a3e4ff4
tree5543b6ffe786af82fb16ff6932b89ab0bd3f2774
parentb1cf262a79463f28164ea1c2ffee3c657ce02ea4
Fix bugs in JSON test

* test/src/json-tests.el (json-serialize/invalid-unicode): Fix two
bugs that canceled each other out.  "a\xCCb" is actually a valid
Unicode string because the hexadecimal character escape isn't
terminated by the "b".  But this was masked by an incorrect
closing parentheses, causing an unrelated error.
test/src/json-tests.el