jansson/test
Petri Lehtinen d7ddbf3661 Make real number encoding and decoding work under all locales
The decimal point '.' is changed to locale's decimal point
before/after JSON conversion to make C standard library's
locale-specific string conversion functions work correctly.

All the tests now call setlocale(LC_ALL, "") on startup to use the
locale set in the environment.

Fixes GH-32.
2011-10-02 21:31:17 +03:00
..
bin Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
scripts Test framework enhancements, fix the check_exports test 2011-03-27 13:34:43 +03:00
suites Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
.gitignore test file for new json_dump_callback function 2011-06-30 21:47:12 +03:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites tests: Use "make STOP=1 check" to stop on first failure 2011-02-19 12:15:21 +02:00