..
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
chore: add -Werror when building test codes
2020-01-13 11:31:03 +09:00
test_comments.cpp
test: add test for nocomment/showcomment
2019-06-28 19:09:05 +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
test: deactivate error check for hetero array
2019-11-08 15:39:14 +09:00
test_expect.cpp
test: rename test source file
2019-06-22 17:23:51 +09:00
test_extended_conversions.cpp
test: check get<foo> works with constructor
2020-01-10 20:39:56 +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
test: add basic_value type to serialization tests
2019-06-21 16:01:08 +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
add a lot of dotted keys to test_lex
2018-12-12 01:26:56 +09:00
test_lex_string.cpp
test: add test cases with quotes in ml-string
2020-02-04 22:37:11 +09:00
test_literals.cpp
fix: skip whitespaces without newline
2019-08-26 18:16:09 +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
test: add basic_value type to serialization tests
2019-06-21 16:01:08 +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
refactor: replace BOOST_CHECK_EQUAL by BOOST_TEST
2019-06-21 16:01:14 +09:00
test_parse_floating.cpp
test: add flag for toml-head features to tests
2019-09-04 13:36:42 +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: replace BOOST_CHECK_EQUAL by BOOST_TEST
2019-06-21 16:01:14 +09:00
test_parse_unicode.cpp
refactor: replace BOOST_CHECK_EQUAL by BOOST_TEST
2019-06-21 16:01:14 +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
fix: remove CR before comparing to the reference
2019-06-29 15:38:28 +09: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
fix: fix test case name
2019-06-21 16:01:04 +09:00
test_value.cpp
test: add test for map/vector methods
2020-01-16 20:58:36 +09:00