mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Merge pull request #401 from dbrotz/line-cont-test
Get rid of error in line continuation test
This commit is contained in:
@@ -1 +1,7 @@
|
||||
foo @bar\
|
||||
; Test that \ after a macro invocation at the end of the file doesn't
|
||||
; cause a segfault.
|
||||
|
||||
bar: MACRO
|
||||
ENDM
|
||||
|
||||
foo bar baz\
|
||||
@@ -1,2 +0,0 @@
|
||||
ERROR: line-continuation.asm(2) -> @(-1):
|
||||
Macro '@' not defined
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
ERROR: -(2) -> @(-1):
|
||||
Macro '@' not defined
|
||||
|
||||
Reference in New Issue
Block a user