diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-26 15:09:54 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-26 15:09:54 +0000 |
commit | 3690f0bdcc82326e6a410e3afe3b62759ec1f08b (patch) | |
tree | 84691e7cb12db75cf6ff3bc056db5edc009cf2b3 /tests/docs | |
parent | 5256b326bec1009b27fa4fb13399d4a949841ff8 (diff) | |
download | libxslt-3690f0bdcc82326e6a410e3afe3b62759ec1f08b.tar.gz libxslt-3690f0bdcc82326e6a410e3afe3b62759ec1f08b.tar.bz2 libxslt-3690f0bdcc82326e6a410e3afe3b62759ec1f08b.zip |
- libxslt/transform.c: fixed handling of PI and comments
(bug raised by Brent M Hendricks).
- tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-31-* tests/docs/bug-31-*: added a specific
regression test
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-31-.xml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index cd4828a2..1287f748 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -35,6 +35,7 @@ EXTRA_DIST = \ bug-28-.xml \ bug-29-.xml bug-29-.ent \ bug-30-.xml \ + bug-31-.xml \ character.xml \ items.xml diff --git a/tests/docs/bug-31-.xml b/tests/docs/bug-31-.xml new file mode 100644 index 00000000..873400f9 --- /dev/null +++ b/tests/docs/bug-31-.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/css" href="style.css"?> +<document> +</document> |