tomlplusplus/tests
Mark Gillard 74e7209cca fixed parse_file for string literals (closes #12)
also:
- decoupled `TOML_EXCEPTION` from ex. mode (closes #13)
- added `TOML_OPTIONAL_TYPE` customization point
- added tests for a custom optional type
- ci refactoring
2020-03-03 23:28:24 +02:00
..
catch2.h fixed parse_file for string literals (closes #12) 2020-03-03 23:28:24 +02:00
main.cpp fixed parse_file for string literals (closes #12) 2020-03-03 23:28:24 +02:00
manipulating_arrays.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
manipulating_tables.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
meson.build fixed parse_file for string literals (closes #12) 2020-03-03 23:28:24 +02:00
parsing_arrays.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_booleans.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_comments.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_dates_and_times.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
parsing_floats.cpp fixed potential ODR issues relating to exception mode handling (fixes #6) 2020-02-22 16:10:32 +02:00
parsing_integers.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_key_value_pairs.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_spec_example.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
parsing_strings.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
parsing_tables.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
tests.cpp minor refactoring to better enable explicit instantiations 2020-03-03 10:10:07 +02:00
tests.h fixed parse_file for string literals (closes #12) 2020-03-03 23:28:24 +02:00