]> git.ipfire.org Git - thirdparty/json-c.git/commit
Handle the \f escape sequence (the two characters: backslash followed by an f, not...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 29 Jul 2012 17:31:07 +0000 (12:31 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 29 Jul 2012 17:31:07 +0000 (12:31 -0500)
commit92f31bd99a3c5f7d7ea7c2fd1ab56d83caf786b0
tree3f396508d0a59817a7562311250bd3867c942287
parent8fcfeb63ec28e5184309cf249d6a6e81c0c53e34
Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences.
json_tokener.c
tests/test_parse.c
tests/test_parse.expected