mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 13:49:54 +03:00
- Add leading and trailing spaces within dictionaries, as the `{}`
characters are hard to distinguish from `[]` on some fonts.
This is especially helpful with empty arrays and dictionaries.
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
GDTEST_OK
|
|
{ 8: { "key": "value" } }
|
|
{ "key": "value" }
|
|
value
|
|
value
|