Added tests for expression matching
This commit is contained in:
parent
6c258a89de
commit
15ccd83ada
5 changed files with 87 additions and 1 deletions
|
|
@ -0,0 +1,14 @@
|
|||
GDTEST_OK
|
||||
1 | 1
|
||||
1 >> 1
|
||||
1+1
|
||||
1 if true else 2
|
||||
1+1
|
||||
1 < 2
|
||||
wildcard
|
||||
1, 2 or 3, 4
|
||||
[1,2,[1,{1:2,2:var z,..}]]
|
||||
3
|
||||
[1,2,[1,{1:2,2:var z,..}]]
|
||||
[1, 3, 5, 123]
|
||||
wildcard
|
||||
Loading…
Add table
Add a link
Reference in a new issue