test: expand testing to ints
This commit is contained in:
parent
8bd7ce0b60
commit
a1ab5d55b3
8 changed files with 188 additions and 52 deletions
|
|
@ -1 +1 @@
|
|||
some_int = "hi"
|
||||
some_int = 1
|
||||
|
|
|
|||
1
test/int_zero.toml
Normal file
1
test/int_zero.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
some_int = 0
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
some_int = 2
|
||||
some_string = "hi"
|
||||
|
|
@ -1 +0,0 @@
|
|||
some_string = "hi"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
some_int = 0
|
||||
some_string = ""
|
||||
Reference in a new issue