Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | strict checking fails a test, add {}s to fix it | Paul Rubel | 2016-12-13 |
| | | | | | | | The current test looks for success, but since there are no surrounding {}s the test fails. Add them in and add a test like the one that we replace but only in the non-strict code path. | ||
* | Changed unmatched bracket tests | pt300 | 2016-10-02 |
| | |||
* | some tests for unmatched brackets added | zlolik | 2016-10-02 |
| | |||
* | Fix typos | Feram | 2016-06-13 |
| | |||
* | tests: fix test_object JSMN_PRIMITIVE bug | Jon Simons | 2016-04-01 |
| | | | | | | Specify the argument after JSMN_PRIMITIVE as "0" instead of 0 so that weird things don't happen on OSX due to using it later with `va_arg(..., char *)` in `vtokeq`. | ||
* | fixed privitive value typo in tests | Serge A. Zaitsev | 2015-10-31 |
| | |||
* | initialized ok variable in tests, parse should still return 1 if expected ↵ | Serge A. Zaitsev | 2015-10-31 |
| | | | | result is a failure | ||
* | fixed a typo in the test name | Serge A. Zaitsev | 2015-10-31 |
| | |||
* | added and marked as fixme tests for false positives in objects | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added another test of invalid array | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added another test of invalid array | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | added issue 27 test case | Serge A. Zaitsev | 2015-10-17 |
| | |||
* | moved tests into a subfolder, added table-driven tests | Serge A. Zaitsev | 2015-10-17 |