mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Fix failing assertion with backslash at EOF in macro arguments (#1634)
`Expansion::advance()` can increase its offset beyond the size, so I don't think this assumption was valid in the first place; `BufferedContent::advance()` should be able to as well.
This commit is contained in:
5
test/asm/macro-arg-escape-chars.err
Normal file
5
test/asm/macro-arg-escape-chars.err
Normal file
@@ -0,0 +1,5 @@
|
||||
error: macro-arg-escape-chars.asm(5):
|
||||
Illegal character escape 'w'
|
||||
error: macro-arg-escape-chars.asm(5):
|
||||
Illegal character escape at end of input
|
||||
error: Assembly aborted (2 errors)!
|
||||
Reference in New Issue
Block a user