summaryrefslogtreecommitdiff
path: root/tests/general/bug-147-1.imp
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-05-03 07:19:36 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-05-03 07:19:36 +0000
commit9a0a36edd1df5c6ccdd9958ef119a29cdada4b41 (patch)
tree822eacb2b33aab8469602d2908134a4c5f9150a3 /tests/general/bug-147-1.imp
parented366baabab4a0e0b6eff2b1f5c2a198d30594a6 (diff)
downloadlibxslt-9a0a36edd1df5c6ccdd9958ef119a29cdada4b41.tar.gz
libxslt-9a0a36edd1df5c6ccdd9958ef119a29cdada4b41.tar.bz2
libxslt-9a0a36edd1df5c6ccdd9958ef119a29cdada4b41.zip
added comments and function header, improved logic of routine just added.
* libxslt/imports.c: added comments and function header, improved logic of routine just added. * tests/general/bug-147*, tests/docs/bug-147.xml, tests/general/Makefile.am, tests/docs/Makefile.am: added regression test for bug 141279
Diffstat (limited to 'tests/general/bug-147-1.imp')
-rw-r--r--tests/general/bug-147-1.imp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/general/bug-147-1.imp b/tests/general/bug-147-1.imp
new file mode 100644
index 00000000..764f0efe
--- /dev/null
+++ b/tests/general/bug-147-1.imp
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="dokument">
+ <xsl:text>template#1 in module#1;</xsl:text>
+ <xsl:apply-templates select="paragraph"/>
+</xsl:template>
+
+</xsl:stylesheet>
+