diff options
author | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-06-21 13:16:57 +0000 |
---|---|---|
committer | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-06-21 13:16:57 +0000 |
commit | 36615d1c6d582ef9bd2f2a451fae6c12b97d3ede (patch) | |
tree | 02fb18b5ce9b5495e7b6f8a20f202a8f3c723665 /tests/docs | |
parent | c09974f82f86d2eca4d3788c089eb41a7ad8bb65 (diff) | |
download | libxslt-36615d1c6d582ef9bd2f2a451fae6c12b97d3ede.tar.gz libxslt-36615d1c6d582ef9bd2f2a451fae6c12b97d3ede.tar.bz2 libxslt-36615d1c6d582ef9bd2f2a451fae6c12b97d3ede.zip |
Fixed incorrect regression tests/results.
* tests/docs/bug-54.xml tests/general/bug-54.out
tests/general/bug-99.out tests/general/bug-136.out
tests/REC/test-7.1.3.xsl tests/REC/test-7.1.4.xsl
tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl:
Fixed incorrect regression tests/results.
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/bug-54.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/docs/bug-54.xml b/tests/docs/bug-54.xml index bf13d1c8..188b15af 100644 --- a/tests/docs/bug-54.xml +++ b/tests/docs/bug-54.xml @@ -1,5 +1,2 @@ <?xml version="1.0"?> -<all> -<one xmlns="http://www.test1.com">1</one> -<two xmlns="http://www.test2.com">2</two> -</all> +<all><one xmlns="http://www.test1.com"></one><two xmlns="http://www.test2.com"></two></all> |