add a test case for the INCLUDE statement

This commit is contained in:
Andreas Lauser
2014-04-22 17:04:58 +02:00
parent 0ca3a30697
commit a1de9a0e9e
8 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1 @@
OIL

3
testdata/parser/includeInvalid.data vendored Normal file
View File

@@ -0,0 +1,3 @@
INCLUDE
'some_nonexisting_file.inc'
/

3
testdata/parser/includeValid.data vendored Normal file
View File

@@ -0,0 +1,3 @@
INCLUDE
'include/some_flags.inc'
/

View File

@@ -0,0 +1,3 @@
INCLUDE
'include/SOME_flags.inc'
/

View File

@@ -0,0 +1,3 @@
INCLUDE
'Include/some_flags.inc'
/

View File

@@ -0,0 +1,3 @@
INCLUDE
'Include/SOME_flags.inc'
/