Improve GDScript indentation error message

This commit is contained in:
Max Hilbrunner
2021-10-28 12:18:24 +02:00
parent 0767a1c3f5
commit 626ca50676
3 changed files with 10 additions and 2 deletions

View File

@@ -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.