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

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