New test for 'is' statement.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-07 13:19:50 +02:00
parent 6c449dbdbf
commit 543191c1b2
2 changed files with 44 additions and 0 deletions

14
tests/is_statement.exp Normal file
View File

@@ -0,0 +1,14 @@
bool(TRUE)
bool(TRUE)
bool(FALSE)
bool(TRUE)
bool(FALSE)
bool(FALSE)
bool(FALSE)
bool(FALSE)
bool(FALSE)
bool(TRUE)
bool(TRUE)
bool(FALSE)
bool(TRUE)
bool(TRUE)