/[Apache-SVN]
ViewVC logotype

Revision 75101


Jump to revision: Previous Next
Author: dlr
Date: Thu Jun 21 02:32:46 2001 UTC (22 years, 11 months ago)
Changed paths: 1
Log Message:
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!


Changed paths

Path Details
Directoryjakarta/velocity/trunk/src/java/org/apache/velocity/convert/WebMacro.java modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26