diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-13 17:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 17:30:31 +0200 |
commit | 4059cf2f02f7c8d9c79ca66a477b34e0e0cc6b62 (patch) | |
tree | 2257f8558ad44f103c87dcb526d5b9c252006307 /modules/gdscript/tests/scripts/parser/warnings/empty_file.notest.gd | |
parent | 41562b91982074a4ab9c1f151cca1ec0681fc356 (diff) | |
parent | e99730340baed0208e513a8584637de4776d2ec0 (diff) |
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Fix parse error on statement-less files with only newlines, add a warning for empty files.
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/warnings/empty_file.notest.gd')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/warnings/empty_file.notest.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/warnings/empty_file.notest.gd b/modules/gdscript/tests/scripts/parser/warnings/empty_file.notest.gd new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/warnings/empty_file.notest.gd @@ -0,0 +1 @@ + |