summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test66.conf
blob: a14e58782d1e6e438372e31cbe545169873e5b47 (plain)
1
2
3
4
5
6
7
# no double substitution
<Macro Foo $x $y>
  Warning "Foo: x=$x y=$y"
</Macro>
Use Foo X Y
Use Foo "$y" "$x"
Error "done on line 7."