From 626ca50676df4e47afd7fe7357d772b232a40145 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 28 Oct 2021 12:18:24 +0200 Subject: Improve GDScript indentation error message --- modules/gdscript/tests/scripts/parser/errors/mixing_tabs_spaces.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdscript/tests/scripts/parser/errors') 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. -- cgit v1.2.3