mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
`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.
4 lines
81 B
NASM
4 lines
81 B
NASM
assert !strcmp("{FOO}", "hello")
|
|
assert !strcmp("{DEFINED}", "1")
|
|
def FOO equ 42
|