fix: fixed compilation; added some tests
This commit is contained in:
parent
10462919e8
commit
7e9af5c6c8
5 changed files with 54 additions and 4 deletions
2
test/test_simple.toml
Normal file
2
test/test_simple.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
some_int = 2
|
||||
some_string = "hi"
|
||||
1
test/test_single_value.toml
Normal file
1
test/test_single_value.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
some_string = "hi"
|
||||
2
test/test_zeroed.toml
Normal file
2
test/test_zeroed.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
some_int = 0
|
||||
some_string = ""
|
||||
Reference in a new issue