summaryrefslogtreecommitdiff
path: root/tests/docs
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2011-03-07 12:21:26 +0800
committerDaniel Veillard <veillard@redhat.com>2011-03-07 12:21:26 +0800
commitf1dbababbb255f6182e3eb25f95a48b4df550a4a (patch)
tree282cb1a8f9acae1b0f4222af287c2b40dcc0ab31 /tests/docs
parent4e9909066731067d8e256ca25d8d54944105bc5e (diff)
downloadlibxslt-f1dbababbb255f6182e3eb25f95a48b4df550a4a.tar.gz
libxslt-f1dbababbb255f6182e3eb25f95a48b4df550a4a.tar.bz2
libxslt-f1dbababbb255f6182e3eb25f95a48b4df550a4a.zip
Fix a memory leak with xsl:number
Pointed out by Ralf Junker <ralfjunker@gmx.de>, and added his reproducer to the regression tests
Diffstat (limited to 'tests/docs')
-rw-r--r--tests/docs/bug-172.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/docs/bug-172.xml b/tests/docs/bug-172.xml
new file mode 100644
index 00000000..406f40d1
--- /dev/null
+++ b/tests/docs/bug-172.xml
@@ -0,0 +1,6 @@
+<params>
+<para bold="true">A first paragraph</para>
+<para>A second paragraph</para>
+<para>A third paragraph</para>
+<para>A fourth paragraph</para>
+</params> \ No newline at end of file