shithub: rgbds

Download patch

ref: ce05cb5683d42c587252d444807b0301a63d4d4c
parent: 3a1b47129ef80e6344e90303bae55f53b57b6e74
parent: 17945a7377c38cf1757ce6f67facd7b5203fdcee
author: Eldred Habert <eldredhabert0@gmail.com>
date: Thu Aug 29 17:23:00 EDT 2019

Merge pull request #401 from dbrotz/line-cont-test

Get rid of error in line continuation test

--- a/test/asm/line-continuation.asm
+++ b/test/asm/line-continuation.asm
@@ -1,1 +1,7 @@
-foo @bar\
\ No newline at end of file
+; Test that \ after a macro invocation at the end of the file doesn't
+; cause a segfault.
+
+bar: MACRO
+ENDM
+
+foo bar baz\
\ No newline at end of file
--- a/test/asm/line-continuation.out
+++ b/test/asm/line-continuation.out
@@ -1,2 +1,0 @@
-ERROR: line-continuation.asm(2) -> @(-1):
-    Macro '@' not defined
--- a/test/asm/line-continuation.out.pipe
+++ b/test/asm/line-continuation.out.pipe
@@ -1,2 +1,0 @@
-ERROR: -(2) -> @(-1):
-    Macro '@' not defined