We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3511f0 commit 9f06bd5Copy full SHA for 9f06bd5
3 files changed
tests/functional/due_inc_main.bas
@@ -0,0 +1,8 @@
1
+' Main.bas
2
+
3
+#include "due_par.bas"
4
5
+Test(5)
6
7
+pause 0
8
tests/functional/due_par.bas
@@ -0,0 +1,4 @@
+SUB test(code as Ubyte)
+ k=in(12234
+END SUB
tests/functional/test_errmsg.txt
@@ -163,4 +163,8 @@ llb.bas:3: error: Undeclared function "f$"
163
>>> process_file('opt2_include_unused.bas')
164
func0.bas:5: warning: Using default implicit type 'float' for 'f'
165
func0.bas:4: warning: Function 'f' is never called and has been ignored
166
-
+>>> process_file('due_par.bas')
167
+due_par.bas:2: error: Syntax error. Unexpected end of line
168
+>>> process_file('due_inc_main.bas')
169
170
+due_par.bas:5: error: Syntax error. Unexpected end of file
0 commit comments