diff options
author | kobewi <kobewi4e@gmail.com> | 2024-03-26 17:04:14 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-10-23 15:00:21 +0200 |
commit | 5c0f2414cd6d988a4eab93fc21bc3b80388907e8 (patch) | |
tree | 05d11ea1b6d97b2cb8e2e203dba1ffb89dc70eb5 /modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out | |
parent | 533c616cb86ff7bb940d58ffbbcc1a3eca0aa33d (diff) | |
download | redot-engine-5c0f2414cd6d988a4eab93fc21bc3b80388907e8.tar.gz |
Always add decimal when printing float
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out b/modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out index 22929bf636..04b0773991 100644 --- a/modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out +++ b/modules/gdscript/tests/scripts/runtime/features/chain_assignment_works.out @@ -1,7 +1,7 @@ GDTEST_OK -{ 1: (2, 0) } -{ 3: (4, 0) } -[[(5, 0)]] -[[(6, 0)]] -[[(7, 0)]] -[X: (8, 9, 7), Y: (0, 1, 0), Z: (0, 0, 1), O: (0, 0, 0)] +{ 1: (2.0, 0.0) } +{ 3: (4.0, 0.0) } +[[(5.0, 0.0)]] +[[(6.0, 0.0)]] +[[(7.0, 0.0)]] +[X: (8.0, 9.0, 7.0), Y: (0.0, 1.0, 0.0), Z: (0.0, 0.0, 1.0), O: (0.0, 0.0, 0.0)] |