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 2022/12/24 08:15:46 UTC

[xalan-test] branch master updated: for the xalan-test repos build file, modifying the copyright year to 2023, since we're already nearing last week of 2022. also, committing minor change to, one of the xalanj test input file

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa8a2d0e for the xalan-test repos build file, modifying the copyright year to 2023, since we're already nearing last week of 2022. also, committing minor change to, one of the xalanj test input file
fa8a2d0e is described below

commit fa8a2d0ea578c9c8ca92640b9f23159360552c07
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sat Dec 24 13:45:24 2022 +0530

    for the xalan-test repos build file, modifying the copyright year to 2023, since we're already nearing last week of 2022. also, committing minor change to, one of the xalanj test input file
---
 build.xml                                | 2 +-
 tests/xsltc_integer_truncation/test1.xsl | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index f432a160..5465a161 100644
--- a/build.xml
+++ b/build.xml
@@ -60,7 +60,7 @@ dependencies - users must manually 'build jar' first.
    -->
     <property environment="ENV" />
 
-    <property name="year" value="2000-2022"/>
+    <property name="year" value="2000-2023"/>
     <!-- Properties related to compiling the tests -->
     <property name="build.compiler" value="classic"/>
     <property name="compiler" value="${build.compiler}"/>
diff --git a/tests/xsltc_integer_truncation/test1.xsl b/tests/xsltc_integer_truncation/test1.xsl
index 3c28f142..cd624646 100644
--- a/tests/xsltc_integer_truncation/test1.xsl
+++ b/tests/xsltc_integer_truncation/test1.xsl
@@ -1,4 +1,6 @@
-
+<!--
+  This XSLT stylesheet has been prepared, by running a tool related to this bug report, provided by XalanJ user.
+-->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:template name='aaa' match="/aab"><ceil aac='aad' aae='aaf' aag='aah' aai='aaj' aak='aal' aam='aan' aao='aap' aaq='aar' aas='aat' aau='aav' aaw='aax' aay='aaz' aaA='aaB' aaC='aaD' aaE='aaF' aaG='aaH' aaI='aaJ' aaK='aaL' aaM='aaN' aaO='aaP' aaQ='aaR' aaS='aaT' aaU='aaV' aaW='aaX' aaY='aaZ' aba='abb' abc='abd' abe='abf' abg='abh' abi='abj' abk='abl' abm='abn' abo='abp' abq='abr' abs='abt' abu='abv' abw='abx' aby='abz' abA='abB' abC='abD' abE='abF' abG='abH' abI='abJ' abK='abL' abM='abN [...]
         <xsl:value-of select='ceiling(0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008344026969402015)'/>


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