diff options
author | ThreeRhinosInAnElephantCostume <myrealstemail@protonmail.com> | 2021-08-25 15:42:48 +0200 |
---|---|---|
committer | ThreeRhinosInAnElephantCostume <myrealstemail@protonmail.com> | 2021-09-03 06:59:13 +0200 |
commit | 15ccd83ada047cb56f5b63b0ef671d3ae76d100a (patch) | |
tree | 659ad1624fe359ddc8c286aa4e147787ad7bdabd /modules/gdscript/tests/scripts/parser/features/advanced_expression_matching.out | |
parent | 6c258a89de2afcb54554252543096f9521dd61ed (diff) | |
download | redot-engine-15ccd83ada047cb56f5b63b0ef671d3ae76d100a.tar.gz |
Added tests for expression matching
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/advanced_expression_matching.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/features/advanced_expression_matching.out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/advanced_expression_matching.out b/modules/gdscript/tests/scripts/parser/features/advanced_expression_matching.out new file mode 100644 index 0000000000..67c7e28046 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/features/advanced_expression_matching.out @@ -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 |