1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out
rune-scape 154049ce17 StringName Dictionary keys
also added 'is_string()' method to Variant
and refactored many String type comparisons to use it instead
2024-08-29 13:39:27 -07:00

3 lines
59 B
Plaintext

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