json/test
knilch 8c1387cfb3
unit-testsuites.cpp: fix hangup if file not found
If run from the wrong directory, std::ifstream f("test/data/big-list-of-naughty-strings/blns.json"); will not find the file and thus f.eof() will never return true.
Use canonical C++ file reading loop from https://gehrcke.de/2011/06/reading-files-in-c-using-ifstream-dealing-correctly-with-badbit-failbit-eofbit-and-perror/ instead.
2018-09-28 11:33:23 +02:00
..
data added more tests from recent nst's JSONTestSuite 2018-05-17 10:10:01 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src unit-testsuites.cpp: fix hangup if file not found 2018-09-28 11:33:23 +02:00
thirdparty ⬆️ Catch 1.12.0 2018-08-18 12:02:12 +02:00
CMakeLists.txt Fixed compiler error in VS 2015 for debug mode 2018-06-29 09:34:41 +05:30
Makefile 🚧 added input adapter for wide strings #1031 2018-04-01 19:12:36 +02:00