mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Commit 6fbb25c added support for tabs between a \ and the newline it escapes,
but yy_create_buffer() was not updated to handle tabs.
8 lines
156 B
NASM
8 lines
156 B
NASM
; Test that \ followed by whitespace after a macro invocation at the end of the
|
|
; file doesn't cause a segfault.
|
|
|
|
bar: MACRO
|
|
ENDM
|
|
|
|
foo bar baz\
|