mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Avoid nonessential EQUS expansion in tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MACRO outer_ok
|
||||
def definition equs "MACRO inner_ok\nPRINTLN \"Hello!\"\nENDM"
|
||||
definition
|
||||
{definition}
|
||||
PURGE definition
|
||||
ENDM
|
||||
|
||||
@@ -10,7 +10,7 @@ ENDM
|
||||
|
||||
MACRO outer_arg
|
||||
def definition equs "MACRO inner_arg\nPRINTLN \"outer: \1\\ninner: \\1\"\nENDM"
|
||||
definition
|
||||
{definition}
|
||||
PURGE definition
|
||||
ENDM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user