Add more test cases for IF, REPT, and MACRO (#748)

This commit is contained in:
Rangi
2021-02-19 16:34:21 -08:00
committed by GitHub
parent bee62076c6
commit a6d844a9a5
6 changed files with 67 additions and 0 deletions

View 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)!