Avoid nonessential EQUS expansion in tests

This commit is contained in:
Rangi42
2025-09-06 13:30:01 -04:00
parent 94ed28acf8
commit c8a088f281
24 changed files with 68 additions and 57 deletions

View File

@@ -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