virtualx-engine/modules/gdscript/tests/scripts/parser/errors/dollar-assignment-bug-53696.out
George Marques eba3e0a9fc
GDScript: Support % in shorthand for get_node
The `%` is used in scene unique nodes. Now `%` can also be used instead
of `$` for the shorthand, besides being allowed generally anywhere in
the path as the prefix for a node name.
2022-05-27 13:46:18 -03:00

2 lines
74 B
Text

GDTEST_PARSER_ERROR
Expected node path as string or identifier after "$".