diff options
author | Max Hilbrunner <m.hilbrunner@gmail.com> | 2021-10-28 12:18:24 +0200 |
---|---|---|
committer | Max Hilbrunner <m.hilbrunner@gmail.com> | 2021-10-28 13:01:53 +0200 |
commit | 626ca50676df4e47afd7fe7357d772b232a40145 (patch) | |
tree | 45156d7b8273f88bfbf3c18a6f0d5ba25651021a /modules/gdscript/tests | |
parent | 0767a1c3f5c690d1685265f35ce8a4d58800bbb1 (diff) |
Improve GDScript indentation error message
Diffstat (limited to 'modules/gdscript/tests')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out | 2 |
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. |