Fixed the bug where a string literal arg to a VM use would keep the quote characters.
As in :
#macro( foo $a )
  $a
#end
#foo("hi")
should output
hi

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/velocity/trunk@73791 13f79535-47bb-0310-9956-ffa450edef68
1 file changed