1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.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

3 lines
55 B
Plaintext

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