Description
When defining a map like this:
#set($map =
{"param1":"test", "param2":$test})
I get a parsing exception:
Encountered "}" at line .....
Was expecting one of:
"," ...
"}" ...
However the problem happens only, if the last argument is a reference - as opposed to a hard coded value - so if i define the map like this:
#set($map =
)
it works fine.