summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-11-02 08:48:58 +0100
committerGitHub <noreply@github.com>2021-11-02 08:48:58 +0100
commit5efb11926da99b93d342b5f417b79adf0198d3cc (patch)
treecb2b2d94cc109ad86fb7947afdc3189e637e51a7 /modules/gdscript/tests
parentce9e90af016bfd0b8b187fde3fc5814483499f6c (diff)
parent626ca50676df4e47afd7fe7357d772b232a40145 (diff)
Merge pull request #54346 from mhilbrunner/used-what-instead-of-what
Diffstat (limited to 'modules/gdscript/tests')
-rw-r--r--modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out b/modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out
index 6390de9788..31bed2dbc7 100644
--- a/modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out
+++ b/modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out
@@ -1,2 +1,2 @@
GDTEST_PARSER_ERROR
-Used "\t" for indentation instead " " as used before in the file.
+Used tab character for indentation instead of space as used before in the file.