Description
The following creates a parse exception, but should not:
#macro(test $x)$x#set($i=1)#end
Exception:
Threw: org.apache.velocity.exception.ParseErrorException
msg: Encountered "=" at /foo.vm[line 2, column 25]
Was expecting one of:
<RPAREN> ...
<WHITESPACE> ...
<WHITESPACE> ...