You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Added tests for expression matching
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user