You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #70096 from rune-scape/stringname-dict
StringName Dictionary keys
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
GDTEST_OK
|
||||
{ "a": 1, "b": 2, "with spaces": 3, "2": 4 }
|
||||
{ &"a": 1, &"b": 2, &"with spaces": 3, &"2": 4 }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
GDTEST_OK
|
||||
{ "hello": { "world": { "is": "beautiful" } } }
|
||||
{ "hello": { &"world": { "is": "beautiful" } } }
|
||||
|
||||
Reference in New Issue
Block a user