This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced
2025-02-25 07:41:07 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
jsoncpp
/
test
History
Baptiste Lepilleur
9c98f2277b
Fixed bug
#3139677
: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected.
...
Modified runjsontests.py to allow test that expect failure in jsoncpp test suite.
2011-05-01 15:40:47 +00:00
..
data
Fixed bug
#3139677
: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected.
2011-05-01 15:40:47 +00:00
jsonchecker
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
cleantests.py
Moved jsontestrunner data from test/ to test/data.
2009-11-21 18:20:25 +00:00
generate_expected.py
Stripped carriage return and added eol-style native prop.
2007-06-14 21:01:26 +00:00
pyjsontestrunner.py
renamed jsontestrunner.py to pyjsontestrunner.py to avoid confusion
2010-02-19 05:10:41 +00:00
runjsontests.py
Fixed bug
#3139677
: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected.
2011-05-01 15:40:47 +00:00
rununittests.py
- added mini unit testing framework
2009-11-21 18:07:09 +00:00