summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test65.conf
blob: df9adc32220ea8f4e33fa3154ef539d088c656c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# simple use continuation
<Macro Line $line>
  # first macro line is a comment
  Warning "Line: $line"
</Macro>
Use Line \
  "on line 6-7"
Use \
  Line \
    "on line 8-10"
Error "done on line 11."