diff options
author | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2005-08-09 12:31:55 +0000 |
---|---|---|
committer | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2005-08-09 12:31:55 +0000 |
commit | 800cbac34e09997cdb742e961f57b18bc7a58e75 (patch) | |
tree | b522a9447f295573e9494ebb12fa519576f82c54 /result/schemas | |
parent | 6e65e15777ebb281aec362fa2aba51e2cb5aa87f (diff) | |
download | libxml2-800cbac34e09997cdb742e961f57b18bc7a58e75.tar.gz |
Fixed #312957 reported by Carol Hunter: streaming XPath states were not
* xmlschemas.c: Fixed #312957 reported by Carol Hunter:
streaming XPath states were not popped in every case,
thus failed to resolve correctly for subsequent input.
* test/schemas/bug312957* result/schemas/bug312957*:
Added the test submitted by Carol Hunter.
Diffstat (limited to 'result/schemas')
-rw-r--r-- | result/schemas/bug312957_1_0 | 1 | ||||
-rw-r--r-- | result/schemas/bug312957_1_0.err | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/result/schemas/bug312957_1_0 b/result/schemas/bug312957_1_0 new file mode 100644 index 00000000..1ec62695 --- /dev/null +++ b/result/schemas/bug312957_1_0 @@ -0,0 +1 @@ +./test/schemas/bug312957_0.xml fails to validate diff --git a/result/schemas/bug312957_1_0.err b/result/schemas/bug312957_1_0.err new file mode 100644 index 00000000..86173efe --- /dev/null +++ b/result/schemas/bug312957_1_0.err @@ -0,0 +1 @@ +./test/schemas/bug312957_0.xml:5: element family: Schemas validity error : Element 'family': No match found for key-sequence ['annie'] of key reference 'sibling_key_ref'. |