summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-23 00:27:01 +0100
committerGitHub <noreply@github.com>2022-01-23 00:27:01 +0100
commite1706be25dae883aeba7e1971f2a9c7bcd23ca6e (patch)
tree3e8e65837c60bb8a7cc5adc26a3920ff02def3c2 /modules/gdscript/tests/scripts/parser
parent649aa547a3a56bcdf2ed2a93b919b7f71705c243 (diff)
parentf056cb8ebcc7c18a112255ac784e137c31c32ce3 (diff)
Merge pull request #57052 from KoBeWi/nosort
Diffstat (limited to 'modules/gdscript/tests/scripts/parser')
-rw-r--r--modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out b/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out
index 447d7e223c..5b0ea9df43 100644
--- a/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out
+++ b/modules/gdscript/tests/scripts/parser/features/dictionary_lua_style.out
@@ -1,2 +1,2 @@
GDTEST_OK
-{2:4, a:1, b:2, with spaces:3}
+{a:1, b:2, with spaces:3, 2:4}