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/basic_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/basic_expression_matching.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/features/basic_expression_matching.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/basic_expression_matching.out b/modules/gdscript/tests/scripts/parser/features/basic_expression_matching.out new file mode 100644 index 0000000000..46ee4b04da --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/features/basic_expression_matching.out @@ -0,0 +1,10 @@ +GDTEST_OK +wildcard +1 +2 +[1, 2] +wildcard +4 +wildcard +{1 : 2, 2 : 3} +wildcard |