diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-05-06 08:59:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-06 08:59:08 +0200 |
| commit | f4ece7e7361ae5e23a80743c9184ac584ad2ce76 (patch) | |
| tree | d498727c3c59d2023e46ae84d98b50ce7d13bff6 /modules/gdscript/tests/scripts/runtime | |
| parent | 4b0b670dd486d08f94700e459f38a565dd77a679 (diff) | |
| parent | 58fcad20ef9a24a679d1d69579c5ba8652d756e4 (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.out | 6 |
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)] |