diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-05-16 18:23:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-05-16 18:23:07 +0000 |
commit | b487aba88925091fb0a68191a3f2a3e8affaa859 (patch) | |
tree | bad49faef82c2f03bffa9f4af89852086fd06819 /tests/docs | |
parent | ada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e (diff) | |
download | libxslt-b487aba88925091fb0a68191a3f2a3e8affaa859.tar.gz libxslt-b487aba88925091fb0a68191a3f2a3e8affaa859.tar.bz2 libxslt-b487aba88925091fb0a68191a3f2a3e8affaa859.zip |
added the example for bug #112904 in the regression tests, the bug fix is
* tests/docs/Makefile.am tests/docs/bug-121.*
tests/general/Makefile.am tests/general/bug-121*: added the
example for bug #112904 in the regression tests, the bug fix is
actually in libxml2
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 2 | ||||
-rw-r--r-- | tests/docs/bug-121.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 258586ef..7ff5c8a5 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -119,6 +119,8 @@ EXTRA_DIST = \ bug-117.xml \ bug-118.xml \ bug-119.xml \ + bug-120.xml \ + bug-121.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-121.xml b/tests/docs/bug-121.xml new file mode 100644 index 00000000..69d62f2c --- /dev/null +++ b/tests/docs/bug-121.xml @@ -0,0 +1 @@ +<doc/> |