This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch 2.3
in repository https://gitbox.apache.org/repos/asf/freemarker.git.
from 26de3c4 Merge remote-tracking branch 'origin/2.3-gae' into 2.3
add 9e45172 (Version history fixes)
add 78eed34 (Version history fixes)
add 22f0e13 When a macro uses .args, and has catch-all parameter, allow
positional macro arguments when the actual catch-all length is 0. Also, added
some tests for 0 argument calls.
add ca68d7d Manual: Finished and improved ?spread_args and .args
documentation
new 2ba7e9c Merge remote-tracking branch 'origin/2.3-gae' into 2.3
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/main/java/freemarker/core/Macro.java | 15 +-
.../freemarker/template/utility/Constants.java | 11 +-
src/manual/en_US/book.xml | 248 ++++++++++++++++-----
.../freemarker/core/ArgsSpecialVariableTest.java | 25 ++-
.../SpreadArgsExamples.java} | 13 +-
...adArgsExamples-usingWithArgsSpecialVariable.ftl | 11 +
...gsExamples-usingWithArgsSpecialVariable.ftl.out | 4 +
7 files changed, 252 insertions(+), 75 deletions(-)
copy src/test/java/freemarker/{template/NullConfigurationTest.java =>
manual/SpreadArgsExamples.java} (74%)
create mode 100644
src/test/resources/freemarker/manual/SpreadArgsExamples-usingWithArgsSpecialVariable.ftl
create mode 100644
src/test/resources/freemarker/manual/SpreadArgsExamples-usingWithArgsSpecialVariable.ftl.out