diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-05-15 16:41:25 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-05-15 16:41:25 +0000 |
commit | 5b23ce80b3e74e97b346ba06e049bd0d448a9ac9 (patch) | |
tree | c40017d50ce6bcb1c33703d2f5c7b0227d15150b /tests/general | |
parent | 9a0a36edd1df5c6ccdd9958ef119a29cdada4b41 (diff) | |
download | libxslt-5b23ce80b3e74e97b346ba06e049bd0d448a9ac9.tar.gz libxslt-5b23ce80b3e74e97b346ba06e049bd0d448a9ac9.tar.bz2 libxslt-5b23ce80b3e74e97b346ba06e049bd0d448a9ac9.zip |
Small change due to libxml2 escaping using hex instead of dec charrefs, daniel
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/bug-105.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/bug-105.out b/tests/general/bug-105.out index d1f9468f..eacac793 100644 --- a/tests/general/bug-105.out +++ b/tests/general/bug-105.out @@ -1,2 +1,2 @@ <?xml version="1.0"?> -<doc att="	 "> </doc> +<doc att="	 ">
</doc> |