mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 12:32:07 +00:00
Add tests for certain directives at EOF without a newline
This commit is contained in:
6
test/asm/syntax-error-eof-newline.asm
Normal file
6
test/asm/syntax-error-eof-newline.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
; Syntax errors at the end of a buffer (here, the INCLUDEd file) should be reported in their file,
|
||||
; not in the parent context (here, this file).
|
||||
|
||||
PRINTLN "Before"
|
||||
INCLUDE "syntax-error-eof-newline.inc"
|
||||
PRINTLN "After"
|
||||
Reference in New Issue
Block a user