mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-15 22:21:44 +00:00
Add tests for certain directives at EOF without a newline
This commit is contained in:
@@ -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