This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a change to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


    from d03f7f79 Build: Some build cleanup, and documentation regarding static 
linking to _Java9Impl/_Java16Impl using the multi-release JAR format.
     add be3490d0 add ?is_blank builtin for Strings
     add dde131eb add testcase
     add ae5aacad fix NUMBER_OF_BIS to 298
     add 3899be7f change implementation
     add fe9f0a5b move tests to java
     add ee239a7f implement ?blank_to_null instead of ?is_blank
     add 27f33c83 add ?trim_to_null and ?empty_to_null
     add 501b8934 add manual for ?blank_to_null
     add dfad8694 manual for trim_to_null and empty_to_null
     add fa05011c add to alphabetical index
     add 57080605 mention and link missing value operator
     add 1836779d Merge remote-tracking branch 'upstream/2.3-gae' into 
add-is_blank-builtin-for-string
     new be043ecc Merge pull request #111 from 
chrisrueger/add-is_blank-builtin-for-string

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/BuiltIn.java     |   5 +-
 .../core/BuiltInsForExistenceHandling.java         |  67 ++++++++++
 .../freemarker/core/BuiltInsForStringsBasic.java   |   2 +-
 .../java/freemarker/core/StringBuiltInTest.java    |  75 +++++++++++
 freemarker-manual/src/main/docgen/en_US/book.xml   | 141 +++++++++++++++++++--
 5 files changed, 278 insertions(+), 12 deletions(-)
 create mode 100644 
freemarker-core/src/test/java/freemarker/core/StringBuiltInTest.java

Reply via email to