tomlplusplus/tests
Mark Gillard 83315a3912 fixed multi-line strings being allowed in keys
also:
- significantly improved the performance of toml::parse_file
- improved the performance of printing to streams for deepy-nested TOML data
- simplified some of the examples
- added more tests
- cleaned up some of the test code
2020-06-08 18:31:23 +03:00
..
catch2.h fixed printing of inf and nan 2020-04-09 16:49:16 +03:00
impl_catch2.cpp fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
impl_toml.cpp fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
manipulating_arrays.cpp renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
manipulating_parse_result.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
manipulating_tables.cpp fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
manipulating_values.cpp fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
meson.build fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
parsing_arrays.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_booleans.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_comments.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_dates_and_times.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_floats.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_integers.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_key_value_pairs.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_spec_example.cpp fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
parsing_strings.cpp fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
parsing_tables.cpp fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
tests.cpp fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
tests.h fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00
unicode_generated.cpp minor code cleanup 2020-04-21 16:40:03 +03:00
unicode.cpp minor code cleanup 2020-04-21 16:40:03 +03:00
unicode.h fixed multi-line strings being allowed in keys 2020-06-08 18:31:23 +03:00