Add tests for certain directives at EOF without a newline

This commit is contained in:
ISSOtm
2021-02-21 03:40:29 +01:00
committed by Rangi
parent 5d6e0677d9
commit 40c6b840f8
14 changed files with 37 additions and 0 deletions

View 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"