summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/runtime
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-05-06 08:59:08 +0200
committerGitHub <noreply@github.com>2022-05-06 08:59:08 +0200
commitf4ece7e7361ae5e23a80743c9184ac584ad2ce76 (patch)
treed498727c3c59d2023e46ae84d98b50ce7d13bff6 /modules/gdscript/tests/scripts/runtime
parent4b0b670dd486d08f94700e459f38a565dd77a679 (diff)
parent58fcad20ef9a24a679d1d69579c5ba8652d756e4 (diff)
Merge pull request #60609 from nathanfranke/string-quotes
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime')
-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)]