summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test36.conf
blob: a68667e10dacf3dbc88749fcbddb72abb77e119b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Macro warnings $u $n $u1 $n1 $u2 $n2>
  Warning "many warnings! $u $u1 $u2"
  # $n $n1 $n2
</Macro>

# warn about unused arguments
Use warnings 1 2 3 4 5 6

# may warn about empty arguments?
Use warnings '' '' '' '' '' ''

Error "done!"