summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/general/bug-31-.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'libxslt/tests/general/bug-31-.xsl')
-rw-r--r--libxslt/tests/general/bug-31-.xsl10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxslt/tests/general/bug-31-.xsl b/libxslt/tests/general/bug-31-.xsl
new file mode 100644
index 0000000..ae08025
--- /dev/null
+++ b/libxslt/tests/general/bug-31-.xsl
@@ -0,0 +1,10 @@
+<?xml version= "1.0" encoding="ISO-8859-1" standalone="yes"?>
+
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+ <xsl:template match="processing-instruction()">
+ <xsl:copy/>
+ </xsl:template>
+
+</xsl:stylesheet>