Add some test
This commit is contained in:
parent
81ecb0e900
commit
eb90918086
4 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
|||
( truc_bidule = true )
|
||||
NOT ( truc_bidule = false )
|
||||
|
|
1
data/test2.txt
Normal file
1
data/test2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
NOT ( truc_bidule = true ) OR ( false ) AND machin = false
|
1
data/test3.txt
Normal file
1
data/test3.txt
Normal file
|
@ -0,0 +1 @@
|
|||
NOT ( truc_bidule = true ) OR ( true ) AND machin = false
|
1
data/test4.txt
Normal file
1
data/test4.txt
Normal file
|
@ -0,0 +1 @@
|
|||
NOT true OR NOT false AND true OR false
|
Loading…
Reference in a new issue