virtualx-engine/modules/gdscript/tests/scripts/parser/features/nested_dictionary.out
Hugo Locurcio 6afbf0bd5a
Improve dictionary printing to avoid confusion with arrays
- 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.
2022-10-04 20:33:40 +02:00

5 lines
67 B
Text

GDTEST_OK
{ 8: { "key": "value" } }
{ "key": "value" }
value
value