diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-05-31 12:36:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-31 12:36:37 +0200 |
| commit | 68bf4eb100a6b49133157b0ecf8c55119b575be8 (patch) | |
| tree | f3e013edc038bbb6433b676cd0da3d21ee262459 /modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out | |
| parent | cf9aad63badbb3cc002071335fdddc9153491d3b (diff) | |
| parent | eba3e0a9fce1f10e8ad7311e84e9f3d38dae008e (diff) | |
| download | redot-engine-68bf4eb100a6b49133157b0ecf8c55119b575be8.tar.gz | |
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
GDScript: Support `%` in shorthand for `get_node`
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out')
| -rw-r--r-- | modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out b/modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out index b3dc181a22..9fafcb5a64 100644 --- a/modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out +++ b/modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out @@ -1,2 +1,2 @@ GDTEST_PARSER_ERROR -Expect node path as string or identifier after "$". +Expected node path as string or identifier after "$". |
