Skip to content

Commit ff291e5

Browse files
committed
Test added
1 parent 3115ce7 commit ff291e5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include "extra_chars.bas"
2+

tests/functional/test_cmdline.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ no_zxnext.asm:29: error: Syntax error. Unexpected token 'C' [C]
3636
>>> process_file('define_val.bas', ['-q', '-S', '-O -D MACRO'])
3737
define_val.bas:4: error: "MACRO should be VALUE"
3838

39+
>>> process_file('tap_include_asm_error.bas', ['-q', '-S'])
40+
extra_chars.bas:1: error: illegal character '`'
41+
extra_chars.bas:2: error: illegal character '#'
42+

0 commit comments

Comments
 (0)