summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/runtime/features/stringify.out
diff options
context:
space:
mode:
authorNathan Franke <me@nathan.sh>2022-04-28 21:14:20 -0500
committerNathan Franke <me@nathan.sh>2022-05-03 13:37:13 -0500
commit58fcad20ef9a24a679d1d69579c5ba8652d756e4 (patch)
tree7f4113914016297c6570c9ad3c849e12af3e635f /modules/gdscript/tests/scripts/runtime/features/stringify.out
parent1b2992799b324479b3fba9e05ae6226a46cb4143 (diff)
quote strings inside arrays and dictionaries
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/stringify.out')
-rw-r--r--modules/gdscript/tests/scripts/runtime/features/stringify.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/stringify.out b/modules/gdscript/tests/scripts/runtime/features/stringify.out
index 7670fc0128..d4468737a5 100644
--- a/modules/gdscript/tests/scripts/runtime/features/stringify.out
+++ b/modules/gdscript/tests/scripts/runtime/features/stringify.out
@@ -21,14 +21,14 @@ hello/world
RID(0)
Node::get_name
Node::[signal]property_list_changed
-{hello:123}
-[hello, 123]
+{"hello":123}
+["hello", 123]
[255, 0, 1]
[-1, 0, 1]
[-1, 0, 1]
[-1, 0, 1]
[-1, 0, 1]
-[hello, world]
+["hello", "world"]
[(1, 1), (0, 0)]
[(1, 1, 1), (0, 0, 0)]
[(1, 0, 0, 1), (0, 0, 1, 1), (0, 1, 0, 1)]