summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests/9.in
blob: da04e40408a96022d3a7e5daca4d106db5db8032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.include "$CURDIR/9.inc"
.include "$CURDIR/9-empty.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;
OpenPOWER on IntegriCloud