toml11/tests
2018-12-13 13:07:48 +09:00
..
CMakeLists.txt add test case for reading dotted-keys 2018-12-13 13:07:48 +09:00
test_datetime.cpp enable nanoseconds in datetimes 2018-12-13 12:49:53 +09:00
test_from_toml.cpp set test_from_toml 2018-12-13 02:24:03 +09:00
test_get_related_func.cpp rename get(table, key) to find() 2018-12-13 02:00:13 +09:00
test_get.cpp move test for find to get_related 2018-12-13 01:30:06 +09:00
test_lex_aux.hpp supress warning about comparison between signed and unsigned 2018-12-12 16:12:10 +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 add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_integer.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_key_comment.cpp add a lot of dotted keys to test_lex 2018-12-12 01:26:56 +09:00
test_lex_string.cpp use hexcode instead of u8 string on windows 2018-12-04 21:43:43 +09:00
test_parse_array.cpp add test for array 2018-12-11 23:31:24 +09:00
test_parse_aux.hpp update testing macro 2018-12-11 23:25:23 +09:00
test_parse_boolean.cpp update testing macro 2018-12-11 23:25:23 +09:00
test_parse_datetime.cpp add test case for parsing datetime 2018-12-12 20:55:30 +09:00
test_parse_file.cpp turn test_parse_file on 2018-12-13 02:26:55 +09:00
test_parse_floating.cpp update testing macro 2018-12-11 23:25:23 +09:00
test_parse_inline_table.cpp add tests for inline table 2018-12-11 23:38:57 +09:00
test_parse_integer.cpp update testing macro 2018-12-11 23:25:23 +09:00
test_parse_key.cpp add test for key and string 2018-12-11 23:25:44 +09:00
test_parse_string.cpp remove extra comma 2018-12-12 01:36:20 +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 add test case for reading dotted-keys 2018-12-13 13:07:48 +09:00
test_parse_unicode.cpp Allow to build with intel c++ compiler 2017-06-13 16:05:55 +02:00
test_result.cpp add map_err_or_else to result 2018-12-08 22:44:15 +09:00
test_to_toml.cpp add test cases for test_to_toml 2018-12-13 00:38:36 +09:00
test_traits.cpp change include file of test_traits 2018-12-08 19:22:31 +09:00
test_utility.cpp add from_string to utility 2018-12-08 20:21:15 +09:00
test_value.cpp add tests for equivalent operator 2018-12-11 23:33:32 +09:00