mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Avoid nonessential EQUS expansion in tests
This commit is contained in:
@@ -4,7 +4,7 @@ MACRO m1
|
||||
PRINTLN "Within nested MACRO: \\@"
|
||||
\n ENDM
|
||||
mm"""
|
||||
nested
|
||||
{nested}
|
||||
PURGE nested, mm
|
||||
PRINTLN "Within MACRO: \@"
|
||||
ENDM
|
||||
@@ -22,7 +22,7 @@ MACRO m2
|
||||
PRINTLN "Within nested MACRO: \\@"
|
||||
\n ENDM
|
||||
mm"""
|
||||
nested
|
||||
{nested}
|
||||
PURGE nested, mm
|
||||
PRINTLN "Within MACRO: \@"
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user