Welcome to mirror list, hosted at ThFree Co, Russian Federation.

9.in « basic « tests « libucl « external - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c06e39dcaebe4ec361c8acf6ea4dc6c46824acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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;