diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-08-28 04:00:26 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-08-28 04:00:26 +0000 |
commit | ddbbcaf473ad105286c8ff35a5626c435483e7da (patch) | |
tree | b8373815832b623cd41b6c1ed06fbe400adcec75 /tests/docs/bug-153.xml | |
parent | 2709c26aa4a295036bb51930827df7309c396b09 (diff) | |
download | libxslt-ddbbcaf473ad105286c8ff35a5626c435483e7da.tar.gz libxslt-ddbbcaf473ad105286c8ff35a5626c435483e7da.tar.bz2 libxslt-ddbbcaf473ad105286c8ff35a5626c435483e7da.zip |
fixed small problem with key initialisation disturbing the transformation
* libxslt/keys.c: fixed small problem with key initialisation
disturbing the transformation context (bug 151201).
* tests/general/bug-153.*, tests/general/Makefile.am,
tests/docs/bug-153*, tests/docs/Makefile.am: added test case
for above
Diffstat (limited to 'tests/docs/bug-153.xml')
-rw-r--r-- | tests/docs/bug-153.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/docs/bug-153.xml b/tests/docs/bug-153.xml new file mode 100644 index 00000000..35e58523 --- /dev/null +++ b/tests/docs/bug-153.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<cp> + <c> + <v>dd</v> + </c> + <c> + <v>dd</v> + </c> +</cp> |