Add more tests
All checks were successful
The build was successful.

This commit is contained in:
2018-08-07 17:16:28 +02:00
parent 7711bdb6bc
commit c419b8605d
4 changed files with 95 additions and 0 deletions

9
tests/type_juggle.exp Normal file
View File

@@ -0,0 +1,9 @@
string(1 '0')
string(2 '02')
int(1)
float(2.3)
string(18 '510 Little Piggies')
int(15)
string(3 'bar')
bool(TRUE)
string(0 '')