Fixed conversion issue covered by last test case for multi-arg method
call for the RHS in a #set.

#set $entries = $host.getAuditLog($acl, $itemsPerPage, $filter)

is now correctly converted to

#set $entries = $host.getAuditLog($acl, $itemsPerPage, $filter)

instead of

#set( $entries = $host.getAuditLog($acl, )$itemsPerPage, $filter)

WHOOT!


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