tomlplusplus/tests
Mark Gillard 438970b412 added support for \xHH escape sequences (unreleased)
also:
- fixed EOF bug in string parsing when exceptions are disabled
- fixed exception mode detection sometimes being incorrect on MSVC
- added short-form license preamble to all source files
- simplified license files
2020-03-12 17:23:25 +02:00
..
catch2.h fixed parse_file for string literals (closes #12) 2020-03-03 23:28:24 +02:00
main.cpp added node::ref() and node_view::ref() (resolves #10) 2020-03-05 13:07:26 +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 added support for \xHH escape sequences (unreleased) 2020-03-12 17:23:25 +02:00
parsing_tables.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
tests.cpp added node::ref() and node_view::ref() (resolves #10) 2020-03-05 13:07:26 +02:00
tests.h added support for \xHH escape sequences (unreleased) 2020-03-12 17:23:25 +02:00