You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2024/02/03 09:46:01 UTC

(xalan-java) 01/01: Merge pull request #172 from mukulga/xalan-j_xslt3.0_mukul

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

mukulg pushed a commit to branch xalan-j_xslt3.0
in repository https://gitbox.apache.org/repos/asf/xalan-java.git

commit f9299c00f26ae63e05c30e8711f51421ee7b2aeb
Merge: 3fcbc1bf 1343a12a
Author: mukulga <ga...@gmail.com>
AuthorDate: Sat Feb 3 15:15:55 2024 +0530

    Merge pull request #172 from mukulga/xalan-j_xslt3.0_mukul
    
    committing implementation of fn:index-of function's optional collation argument, along with a related new working test case. doing minor improvements to comments within few other xsl3 test case files as well.

 .../xslt/util/XslTransformEvaluationHelper.java    |   6 +-
 src/org/apache/xpath/functions/FuncIndexOf.java    | 123 +++++++--------------
 tests/fn_indexof/gold/test4.out                    |  21 ++++
 tests/fn_indexof/test1.xsl                         |   2 +-
 tests/fn_indexof/test1_c.xml                       |  13 +++
 tests/fn_indexof/test2.xsl                         |   2 +-
 tests/fn_indexof/test3.xsl                         |   2 +-
 tests/fn_indexof/test4.xsl                         |   2 +-
 tests/fn_indexof/test5.xsl                         |   2 +-
 tests/fn_indexof/test6.xsl                         |   2 +-
 tests/fn_indexof/test7.xsl                         |  56 ++++++++++
 tests/org/apache/xalan/xpath3/FnIndexOfTests.java  |  10 ++
 12 files changed, 148 insertions(+), 93 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org