add a test case for the INCLUDE statement
This commit is contained in:
1
testdata/parser/include/some_flags.inc
vendored
Normal file
1
testdata/parser/include/some_flags.inc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
OIL
|
||||
3
testdata/parser/includeInvalid.data
vendored
Normal file
3
testdata/parser/includeInvalid.data
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE
|
||||
'some_nonexisting_file.inc'
|
||||
/
|
||||
3
testdata/parser/includeValid.data
vendored
Normal file
3
testdata/parser/includeValid.data
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE
|
||||
'include/some_flags.inc'
|
||||
/
|
||||
3
testdata/parser/includeWrongCase1.data
vendored
Normal file
3
testdata/parser/includeWrongCase1.data
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE
|
||||
'include/SOME_flags.inc'
|
||||
/
|
||||
3
testdata/parser/includeWrongCase2.data
vendored
Normal file
3
testdata/parser/includeWrongCase2.data
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE
|
||||
'Include/some_flags.inc'
|
||||
/
|
||||
3
testdata/parser/includeWrongCase3.data
vendored
Normal file
3
testdata/parser/includeWrongCase3.data
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE
|
||||
'Include/SOME_flags.inc'
|
||||
/
|
||||
Reference in New Issue
Block a user