mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 12:21:42 +00:00
Fix invalid character in bracketed macro argument
The invalid character should not be consumed by `shiftChar()`.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
MACRO m
|
||||
println "¿", """\<_NARG""", "?"
|
||||
println """done!"""
|
||||
ENDM
|
||||
|
||||
m one, two, three
|
||||
Reference in New Issue
Block a user