blob: a14e58782d1e6e438372e31cbe545169873e5b47 [file] [log] [blame]
# 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."