Fix invalid character in bracketed macro argument

The invalid character should not be consumed by `shiftChar()`.
This commit is contained in:
Rangi42
2026-04-27 16:57:54 +02:00
parent c1c7e64249
commit 9fd0c0297f
7 changed files with 20 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
MACRO m
println "¿", """\<_NARG""", "?"
println """done!"""
ENDM
m one, two, three