diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2019-09-16 15:36:44 +0200 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2019-09-16 15:36:44 +0200 |
commit | eee1dd5acf9404aa453ca3fddfacc0e1839634b2 (patch) | |
tree | 874ac2234cf28f4355c459d253b52d2dd8f032ff /result | |
parent | e8c9cd5c7a0d2ea95edf08b13af3baabce62dd63 (diff) | |
download | libxml2-eee1dd5acf9404aa453ca3fddfacc0e1839634b2.tar.gz |
Fix expected output of test/schemas/any4
libxml2 correctly rejects any4_0.xsd as invalid schema. I can't figure
out what the intent behind this test case was. Simply adjust the
expected output to match the current behavior.
Closes #92.
Diffstat (limited to 'result')
-rw-r--r-- | result/schemas/any4_0_0 | 1 | ||||
-rw-r--r-- | result/schemas/any4_0_0.err | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/result/schemas/any4_0_0 b/result/schemas/any4_0_0 index 42ea4544..e69de29b 100644 --- a/result/schemas/any4_0_0 +++ b/result/schemas/any4_0_0 @@ -1 +0,0 @@ -./test/schemas/any4_0.xml validates diff --git a/result/schemas/any4_0_0.err b/result/schemas/any4_0_0.err index e69de29b..151b0028 100644 --- a/result/schemas/any4_0_0.err +++ b/result/schemas/any4_0_0.err @@ -0,0 +1 @@ +./test/schemas/any4_0.xsd:14: element complexType: Schemas parser error : local complex type: The content model is not determinist. |