toml11/tests
2020-09-19 00:40:44 +09:00
..
check_serialization.cpp test: add serialization test for arbitrary file 2019-06-29 16:40:42 +09:00
check_toml_test.cpp test: use JSON format_key to format a key in JSON 2020-02-06 01:28:37 +09:00
check.cpp ci: fix name of directory and add test script 2019-03-17 19:20:24 +09:00
CMakeLists.txt ci: pass REQ_FS_LIB=ON in case of g++-8 & C++20 2020-09-16 22:16:20 +09:00
test_comments.cpp test: remove needless u8s from ascii characters 2020-09-16 21:25:04 +09:00
test_datetime.cpp chore: update boost test library usage (v2->v3) 2019-06-21 14:43:13 +09:00
test_error_detection.cpp feat: remove TOML11_UNRELEASED_FEATURES. 2020-04-03 23:42:58 +09:00
test_expect.cpp test: rename test source file 2019-06-22 17:23:51 +09:00
test_extended_conversions.cpp test: remove default ctor from test code 2020-03-30 15:04:51 +09:00
test_find_or.cpp fix: remove useless conversions in the test codes 2020-01-13 11:29:17 +09:00
test_find.cpp fix: remove useless conversions in the test codes 2020-01-13 11:29:17 +09:00
test_format_error.cpp test: add missing include file to test code 2019-07-23 22:32:32 +09:00
test_get_or.cpp test: add test cases of get_or(value&&, U) 2019-09-28 12:13:59 +09:00
test_get.cpp fix: remove useless conversions in the test codes 2020-01-13 11:29:17 +09:00
test_lex_aux.hpp refactor: remove template from detail::location 2020-07-25 21:06:26 +09:00
test_lex_boolean.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_datetime.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_floating.cpp test: add flag for toml-head features to tests 2019-09-04 13:36:42 +09:00
test_lex_integer.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_key_comment.cpp test: remove needless u8s from ascii characters 2020-09-16 21:25:04 +09:00
test_lex_string.cpp test: remove needless u8s from ascii characters 2020-09-16 21:25:04 +09:00
test_literals.cpp chore: enable to use __cplusplus on MSVC 2020-09-19 00:40:44 +09:00
test_multiple_translation_unit_1.cpp test: update test for multiple translation units 2019-06-02 22:00:56 +09:00
test_multiple_translation_unit_2.cpp test: add test for multiple translation unit 2019-03-18 12:39:58 +09:00
test_parse_array.cpp test: add test for parsing heterogeneous array 2019-11-08 15:52:31 +09:00
test_parse_aux.hpp refactor: remove template from detail::location 2020-07-25 21:06:26 +09:00
test_parse_boolean.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_datetime.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_file.cpp test: add test for no-eof-newline cases 2020-09-14 16:39:05 +09:00
test_parse_floating.cpp refactor: remove template from detail::location 2020-07-25 21:06:26 +09:00
test_parse_inline_table.cpp test: check immutability of inline tables 2019-12-20 19:46:54 +09:00
test_parse_integer.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_key.cpp feat: get region info when parsing keys 2019-02-26 00:17:28 +09:00
test_parse_string.cpp test: add test cases with quotes in ml-string 2020-02-04 22:37:11 +09:00
test_parse_table_key.cpp add test case for array-of-tables 2018-12-12 12:13:49 +09:00
test_parse_table.cpp refactor: remove template from detail::location 2020-07-25 21:06:26 +09:00
test_parse_unicode.cpp test: remove needless u8s from ascii characters 2020-09-16 21:25:04 +09:00
test_result.cpp test: add basic_value type to serialization tests 2019-06-21 16:01:08 +09:00
test_serialize_file.cpp Revert "use FetchContent to retrieve TOML test data" 2020-02-24 07:31:06 -06:00
test_string.cpp test: add test for toml::string::operator+= 2019-10-09 21:51:33 +09:00
test_traits.cpp fix: fix test case name 2019-06-21 16:01:04 +09:00
test_utility.cpp test: remove test_resize and add test_try_reserve 2020-03-27 18:06:02 +09:00
test_value.cpp test: add test for map/vector methods 2020-01-16 20:58:36 +09:00
test_windows.cpp test: remove needless u8s from ascii characters 2020-09-16 21:25:04 +09:00