Skip to content

Commit

Permalink
Merge pull request #11 from ToruNiina/toml-v050
Browse files Browse the repository at this point in the history
WIP: major update: support TOML v0.5.0
  • Loading branch information
ToruNiina authored Dec 13, 2018
2 parents 00619c1 + fd21d5d commit abb6ae5
Show file tree
Hide file tree
Showing 52 changed files with 8,360 additions and 5,256 deletions.
438 changes: 291 additions & 147 deletions README.md

Large diffs are not rendered by default.

28 changes: 21 additions & 7 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
set(TEST_NAMES
test_traits
test_datetime
test_utility
test_result
test_traits
test_value
test_lex_boolean
test_lex_integer
test_lex_floating
test_lex_datetime
test_lex_string
test_lex_key_comment
test_parse_boolean
test_parse_integer
test_parse_floating
test_parse_string
test_parse_datetime
test_parse_array
test_parse_table
test_parse_inline_table
test_parse_key
test_parse_table_key
test_get
test_get_related_func
test_to_toml
test_from_toml
test_get
test_get_or
test_value_operator
test_datetime
test_acceptor
test_parser
test_parse_file
test_parse_unicode
)
Expand Down
Loading

0 comments on commit abb6ae5

Please sign in to comment.