fix: fixed compilation; added some tests

This commit is contained in:
Jef Roosens 2022-12-28 17:01:51 +01:00
parent 10462919e8
commit 7e9af5c6c8
5 changed files with 54 additions and 4 deletions

2
test/test_simple.toml Normal file
View file

@ -0,0 +1,2 @@
some_int = 2
some_string = "hi"

View file

@ -0,0 +1 @@
some_string = "hi"

2
test/test_zeroed.toml Normal file
View file

@ -0,0 +1,2 @@
some_int = 0
some_string = ""