mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
Add more test cases for IF, REPT, and MACRO (#748)
This commit is contained in:
15
test/asm/code-after-endm-endr-endc.err
Normal file
15
test/asm/code-after-endm-endr-endc.err
Normal file
@@ -0,0 +1,15 @@
|
||||
ERROR: code-after-endm-endr-endc.asm(6):
|
||||
syntax error, unexpected PRINTLN, expecting newline
|
||||
ERROR: code-after-endm-endr-endc.asm(7):
|
||||
Macro "mac" not defined
|
||||
ERROR: code-after-endm-endr-endc.asm(12):
|
||||
syntax error, unexpected PRINTLN, expecting newline
|
||||
ERROR: code-after-endm-endr-endc.asm(17):
|
||||
syntax error, unexpected PRINTLN, expecting newline
|
||||
ERROR: code-after-endm-endr-endc.asm(19):
|
||||
syntax error, unexpected PRINTLN, expecting end of file or newline
|
||||
ERROR: code-after-endm-endr-endc.asm(23):
|
||||
syntax error, unexpected PRINTLN, expecting newline
|
||||
ERROR: code-after-endm-endr-endc.asm(25):
|
||||
syntax error, unexpected PRINTLN, expecting end of file or newline
|
||||
error: Assembly aborted (7 errors)!
|
||||
Reference in New Issue
Block a user