1263646Sbapt.include "$CURDIR/9.inc"
2263646Sbapt.include "$CURDIR/9-comment.inc"
3263646Sbapt#.include "$CURDIR/9.inc"
4263646Sbapt.include "$CURDIR/9.inc"
5263646Sbapt
6263646Sbaptkey = value;
7263646Sbapt.include "$CURDIR/9.inc"
8263646Sbapt
9263646Sbapt#.try_include "$CURDIR/9.incorrect.inc"
10263646Sbapt# 9.incorrect.inc contains '{}}'
11263646Sbapt#key = value;
12298166Sbaptprefix1 = {
13298166Sbapt	key = value	
14298166Sbapt}
15298166Sbaptarray = [10]
16298166Sbaptarray1 = [10]
17298166Sbapt.include(prefix=true; key="prefix") "$CURDIR/9.inc"
18298166Sbapt.include(prefix=true; key="prefix2"; target="array"; glob=true) "$CURDIR/9.inc"
19298166Sbapt.include(prefix=true; key="prefix1"; target="array"; glob=true) "$CURDIR/9.inc"
20298166Sbapt.include(prefix=true; key="array"; target="array"; glob=true) "$CURDIR/9.inc"
21298166Sbapt.include(prefix=true; key="array1"; glob=true) "$CURDIR/9.inc"
22298166Sbapt.include(prefix=true; key="prefix"; glob=true) "$CURDIR/9.inc"
23298166Sbapt.try_include "/non/existent"
24