diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-10-17 13:27:59 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-10-17 13:27:59 +0000 |
commit | e47922a1ac7deabb131848dd5e02c21ab6c83648 (patch) | |
tree | f0127a190b4d23b2801b56b5a526cb6e0354b29d /tests/docs | |
parent | dd6061e8d91aa0a21e69223a30827c2f45a9e01b (diff) | |
download | libxslt-e47922a1ac7deabb131848dd5e02c21ab6c83648.tar.gz libxslt-e47922a1ac7deabb131848dd5e02c21ab6c83648.tar.bz2 libxslt-e47922a1ac7deabb131848dd5e02c21ab6c83648.zip |
fixing bug #95826 the attribute was reset with the inherited stylesheet
* libxslt/attributes.c: fixing bug #95826 the attribute was reset
with the inherited stylesheet value.
* tests/docs/Makefile.am tests/docs/bug-93.xml
tests/general/Makefile.am tests/general/bug-93-inc.*
tests/general/bug-93.*: added the example in the regression
tests for this case
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-93.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index e2b63e8c..9cb56faa 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -92,6 +92,7 @@ EXTRA_DIST = \ bug-90.xml \ bug-91.xml \ bug-92.xml \ + bug-93.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-93.xml b/tests/docs/bug-93.xml new file mode 100644 index 00000000..f1999f80 --- /dev/null +++ b/tests/docs/bug-93.xml @@ -0,0 +1 @@ +<foo/> |