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

@@ -22,12 +22,12 @@ ENDM
MACRO test_char
DEF VAR_DEF equs "DEF sizeof_\1something = 0"
VAR_DEF
{VAR_DEF}
DEF sizeof_\1something = 1
PURGE VAR_DEF
DEF VAR_PRINT equs "println \"sizeof_\1something equals {sizeof_\1something}\""
VAR_PRINT
{VAR_PRINT}
PURGE VAR_PRINT
ENDM