From c0083c0f90238f0eec01604dd9c952c8c5dc3c22 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 19 Apr 2021 20:50:52 +0200 Subject: Add dozens of new integration tests to the GDScript test suite This also ignores `.out` files in the file format static checks. --- .../parser/warnings/standalone_expression.out | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/gdscript/tests/scripts/parser/warnings/standalone_expression.out (limited to 'modules/gdscript/tests/scripts/parser/warnings/standalone_expression.out') diff --git a/modules/gdscript/tests/scripts/parser/warnings/standalone_expression.out b/modules/gdscript/tests/scripts/parser/warnings/standalone_expression.out new file mode 100644 index 0000000000..99ec87438e --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/warnings/standalone_expression.out @@ -0,0 +1,21 @@ +GDTEST_OK +>> WARNING +>> Line: 3 +>> STANDALONE_EXPRESSION +>> Standalone expression (the line has no effect). +>> WARNING +>> Line: 4 +>> STANDALONE_EXPRESSION +>> Standalone expression (the line has no effect). +>> WARNING +>> Line: 5 +>> STANDALONE_EXPRESSION +>> Standalone expression (the line has no effect). +>> WARNING +>> Line: 7 +>> STANDALONE_EXPRESSION +>> Standalone expression (the line has no effect). +>> WARNING +>> Line: 8 +>> STANDALONE_EXPRESSION +>> Standalone expression (the line has no effect). -- cgit v1.2.3