Add tests for certain directives at EOF without a newline

This commit is contained in:
ISSOtm
2021-03-02 16:53:56 -08:00
committed by Rangi
parent 5d6e0677d9
commit 40c6b840f8
14 changed files with 37 additions and 0 deletions
+8
View 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