diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/super.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/features/super.out | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/super.out b/modules/gdscript/tests/scripts/parser/features/super.out new file mode 100644 index 0000000000..e0d4f4f098 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/features/super.out @@ -0,0 +1,13 @@ +GDTEST_OK +hello +S Greeted say something foo + +hi +SAT Greeted say another thing bar + +hello +howdy, see above +SN Greeted +hello +howdy, see above +S Greeted |