opnsense-src/tests/basic/9.in
Baptiste Daroussin bfc6d68337 Update 20140302
In particular this brings schema validation support.
2014-03-22 17:22:29 +00:00

12 lines
265 B
Text

.include "$CURDIR/9.inc"
.include "$CURDIR/9-comment.inc"
#.include "$CURDIR/9.inc"
.include "$CURDIR/9.inc"
key = value;
.include "$CURDIR/9.inc"
.try_include "/non/existent"
#.try_include "$CURDIR/9.incorrect.inc"
# 9.incorrect.inc contains '{}}'
#key = value;