toml4j/src/test/resources/com/moandjiezana/toml
2014-04-09 15:08:57 +02:00
..
example.toml Added UTF-8 test. 2014-04-07 15:42:49 +02:00
fruit_table_array.toml Support for nested table arrays 2014-04-07 14:38:34 +02:00
hard_example.toml Updated hard example 2014-04-06 21:12:11 +02:00
hard_example_errors.toml Added hard examples that should produces errors 2014-04-06 21:13:17 +02:00
products_table_array.toml Added support for simple table array 2014-04-07 13:17:56 +02:00
should_allow_keys_with_same_name_in_different_tables.toml Changed key group to table in tests 2014-04-06 22:55:56 +02:00
should_convert_extra_primitives.toml Tested that TOML array can be converted to Java array 2014-04-09 15:08:57 +02:00
should_convert_primitive_values.toml Toml#to(Class) converts to custom class 2013-02-28 12:53:46 +02:00
should_convert_table_array_to_class.toml Added support for simple table array 2014-04-07 13:17:56 +02:00
should_convert_tables.toml Changed key group to table in tests 2014-04-06 22:55:56 +02:00
should_load_from_file.toml Initial commit 2013-02-26 09:57:26 +02:00
should_support_blank_line.toml Parses hard_example.toml 2013-02-28 09:33:16 +02:00
should_support_special_characters_in_strings.toml Added support for all special and Unicode characters and checking for duplicate key groups. 2013-03-22 10:00:37 +02:00