mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Add tests for certain directives at EOF without a newline
This commit is contained in:
8
test/asm/endc-eof-newline.asm
Normal file
8
test/asm/endc-eof-newline.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
IF 1
|
||||
X = 0
|
||||
INCLUDE "endc-eof-newline.inc"
|
||||
INCLUDE "endc-eof-newline-else.inc"
|
||||
X = 1
|
||||
INCLUDE "endc-eof-newline.inc"
|
||||
INCLUDE "endc-eof-newline-else.inc"
|
||||
ENDC
|
||||
Reference in New Issue
Block a user