diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-09-21 14:13:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:13:24 +0200 |
commit | 82c12060b26d0045a5c7d9b3a1f94b29baf062ea (patch) | |
tree | 6d7305f3d976f0037f5dc0d73f578435493d35bd /modules/gdscript/tests/scripts/parser/errors/brace_syntax.out | |
parent | 91960b7b81523cb545b2dfb47c235cf21dd460f3 (diff) | |
parent | c6ca09dc6f0fdf693c2a4445e556861691a81152 (diff) | |
download | redot-engine-82c12060b26d0045a5c7d9b3a1f94b29baf062ea.tar.gz |
Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/brace_syntax.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/errors/brace_syntax.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/brace_syntax.out b/modules/gdscript/tests/scripts/parser/errors/brace_syntax.out new file mode 100644 index 0000000000..2f37a740ab --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/errors/brace_syntax.out @@ -0,0 +1,2 @@ +GDTEST_PARSER_ERROR +Expected ":" after function declaration. |