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:00 UTC

(xalan-java) branch xalan-j_xslt3.0 updated (3fcbc1bf -> f9299c00)

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

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


    from 3fcbc1bf Merge pull request #171 from mukulga/xalan-j_xslt3.0_mukul
     add d17a70b0 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.
     add 1343a12a committing fix for argument count checking for fn:index-of function
     new f9299c00 Merge pull request #172 from mukulga/xalan-j_xslt3.0_mukul

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:
 .../xslt/util/XslTransformEvaluationHelper.java    |   6 +-
 src/org/apache/xpath/functions/FuncIndexOf.java    | 123 +++++++--------------
 .../test1_h.xml => fn_indexof/gold/test4.out}      |  31 ++----
 tests/fn_indexof/test1.xsl                         |   2 +-
 .../test1_f.xml => fn_indexof/test1_c.xml}         |   0
 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 +-
 .../test9.xsl => fn_indexof/test7.xsl}             |  30 +++--
 tests/org/apache/xalan/xpath3/FnIndexOfTests.java  |  10 ++
 12 files changed, 81 insertions(+), 131 deletions(-)
 copy tests/{quantified_expr/test1_h.xml => fn_indexof/gold/test4.out} (56%)
 copy tests/{fn_distinct_values/test1_f.xml => fn_indexof/test1_c.xml} (100%)
 copy tests/{fn_distinct_values/test9.xsl => fn_indexof/test7.xsl} (64%)


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


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

Posted by mu...@apache.org.
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