added the example for bug #106788 from James Clark in the regression
authorDaniel Veillard <veillard@src.gnome.org>
Sun, 23 Feb 2003 13:56:23 +0000 (13:56 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sun, 23 Feb 2003 13:56:23 +0000 (13:56 +0000)
* tests/docs/Makefile.am tests/docs/bug-105.xml
  tests/general/Makefile.am tests/general/bug-105*: added the
  example for bug #106788 from James Clark in the regression tests,
  the bug fix is actually in libxml2
Daniel

ChangeLog
tests/docs/Makefile.am
tests/docs/bug-105.xml [new file with mode: 0644]
tests/general/Makefile.am
tests/general/bug-105.out [new file with mode: 0644]
tests/general/bug-105.xsl [new file with mode: 0644]

index d405f99..2b627ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Feb 23 14:52:57 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+       * tests/docs/Makefile.am tests/docs/bug-105.xml
+         tests/general/Makefile.am tests/general/bug-105*: added the
+         example for bug #106788 from James Clark in the regression tests,
+         the bug fix is actually in libxml2
+
 Sun Feb 23 14:25:13 CET 2003 Daniel Veillard <daniel@veillard.com>
 
        * libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from
index 31604d7..191b734 100644 (file)
@@ -104,6 +104,7 @@ EXTRA_DIST =        \
        bug-102.xml \
        bug-103.xml \
        bug-104.xml \
+       bug-105.xml \
        character.xml \
        array.xml \
        items.xml
diff --git a/tests/docs/bug-105.xml b/tests/docs/bug-105.xml
new file mode 100644 (file)
index 0000000..69d62f2
--- /dev/null
@@ -0,0 +1 @@
+<doc/>
index c75f9f2..259f190 100644 (file)
@@ -109,6 +109,7 @@ EXTRA_DIST = \
     bug-102-inc.out bug-102-inc.xsl \
     bug-103.out bug-103.xsl \
     bug-104.out bug-104.xsl \
+    bug-105.out bug-105.xsl \
     character.out character.xsl \
     character2.out character2.xsl \
     itemschoose.out itemschoose.xsl \
diff --git a/tests/general/bug-105.out b/tests/general/bug-105.out
new file mode 100644 (file)
index 0000000..3ca7944
Binary files /dev/null and b/tests/general/bug-105.out differ
diff --git a/tests/general/bug-105.xsl b/tests/general/bug-105.xsl
new file mode 100644 (file)
index 0000000..83dbdd6
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="/">
+ <doc att="&#x9;&#xD;"><xsl:text>&#xD;</xsl:text></doc>
+</xsl:template>
+
+</xsl:stylesheet>