This website requires JavaScript.
Explore
Help
Sign In
FGCOM
/
jansson
Watch
2
Star
0
Fork
0
You've already forked jansson
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7fbe7c3960
jansson
/
test
/
suites
/
invalid
/
unterminated-array
/
error.normal
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refactor decoder input stream - Add a new field position to the json_error_t structure. This is the position in bytes from the beginning of the input. - Keep track of line, column and input position in the stream level. Previously, only line was tracked, and it was in the lexer level, so this info was not available for UTF-8 decoding errors. - While at it, refactor tests so that no separate "stripped" tests are required. json_process is now able to strip whitespace from its input, and the "valid" and "invalid" test suites now use this to test both non-stripped and stripped input. Closes GH-9.
2011-02-22 16:47:02 +08:00
2 0 5
Refactor the test system
2009-12-15 05:01:36 +08:00
']' expected near end of file
Reference in New Issue
Copy Permalink