summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test62.conf
blob: 9d611de5da48330b744e433ea70a1a1e245c03d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# test continuations
<Macro Line \
  $start \
  $stop>
  Warning \
    "Line:1-2 start at $start"
  Warning \
    "Line:3-4 stop at $stop"
</Macro>

Use Line 11 11
Use Line \
  12 13
Use Line \
  14 \
  16
Use Line 17 \
  18
Use Line \
  \
  19 \
  \
  23

Error "done line 25."