virtualx-engine/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out
George Marques 5d31ce4b16
GDScript: Allow string keys on Lua-style dictionaries
Which is useful when the key isn't a valid identifier, such as keys with
spaces or numeric keys.
2021-09-15 09:56:24 -03:00

2 lines
41 B
Text

GDTEST_OK
{2:4, a:1, b:2, with spaces:3}