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/11 09:02:07 UTC

(xalan-java) branch xalan-j_xslt3.0 updated (f133f32a -> a0b5075d)

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 f133f32a Merge pull request #179 from mukulga/xalan-j_xslt3.0_mukul
     add 7cbc3787 adding a working new test case for the xpath 3.1 function fn:base-uri, and making few minor modifications to an earlier committed test case
     new a0b5075d Merge pull request #180 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:
 tests/fn_base_uri/gold/test1.out                           |  4 ++--
 tests/fn_base_uri/gold/test2.out                           |  1 +
 tests/fn_base_uri/test1.xsl                                |  8 ++++----
 tests/fn_base_uri/test1_b.xml                              |  8 ++++++++
 .../test1.xsl => fn_base_uri/test2.xsl}                    | 14 ++++++++------
 tests/org/apache/xalan/xpath3/FnBaseUriTests.java          | 12 +++++++++++-
 6 files changed, 34 insertions(+), 13 deletions(-)
 create mode 100644 tests/fn_base_uri/gold/test2.out
 create mode 100644 tests/fn_base_uri/test1_b.xml
 copy tests/{fn_default_collation/test1.xsl => fn_base_uri/test2.xsl} (84%)


---------------------------------------------------------------------
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 #180 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 a0b5075d78129736f02a9ed3ab3651ac47bd3be9
Merge: f133f32a 7cbc3787
Author: mukulga <ga...@gmail.com>
AuthorDate: Sun Feb 11 14:32:03 2024 +0530

    Merge pull request #180 from mukulga/xalan-j_xslt3.0_mukul
    
    adding a working new test case for the xpath 3.1 function fn:base-uri, and making few minor modifications to an earlier committed test case

 tests/fn_base_uri/gold/test1.out                  |  4 ++--
 tests/fn_base_uri/gold/test2.out                  |  1 +
 tests/fn_base_uri/test1.xsl                       |  8 ++++----
 tests/fn_base_uri/test1_b.xml                     |  8 ++++++++
 tests/fn_base_uri/{test1.xsl => test2.xsl}        | 23 +++--------------------
 tests/org/apache/xalan/xpath3/FnBaseUriTests.java | 12 +++++++++++-
 6 files changed, 29 insertions(+), 27 deletions(-)


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