aboutsummaryrefslogtreecommitdiffstats
path: root/result/VC
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-05-14 02:53:43 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-05-14 02:53:43 +0000
commit3b811174f7914423e951d23d38607dcb95858a6e (patch)
tree1a63f013a56b58c8340ced11d7600471f688ef7f /result/VC
parent104caa3df07909fab4fa001c91c97cf8b80b74ca (diff)
downloadandroid_external_libxml2-3b811174f7914423e951d23d38607dcb95858a6e.tar.gz
android_external_libxml2-3b811174f7914423e951d23d38607dcb95858a6e.tar.bz2
android_external_libxml2-3b811174f7914423e951d23d38607dcb95858a6e.zip
Updated testfiles for error.c fix
Diffstat (limited to 'result/VC')
-rw-r--r--result/VC/DuplicateType2
-rw-r--r--result/VC/ElementValid32
-rw-r--r--result/VC/ElementValid42
-rw-r--r--result/VC/ElementValid52
-rw-r--r--result/VC/ElementValid62
-rw-r--r--result/VC/ElementValid72
-rw-r--r--result/VC/ElementValid82
-rw-r--r--result/VC/NS312
-rw-r--r--result/VC/PENesting4
-rw-r--r--result/VC/PENesting24
-rw-r--r--result/VC/UniqueElementTypeDeclaration2
-rw-r--r--result/VC/UniqueElementTypeDeclaration22
12 files changed, 19 insertions, 19 deletions
diff --git a/result/VC/DuplicateType b/result/VC/DuplicateType
index 3cafdf00..c183092e 100644
--- a/result/VC/DuplicateType
+++ b/result/VC/DuplicateType
@@ -1,3 +1,3 @@
./test/VC/DuplicateType:3: validity error: Definition of a has duplicate references of c
<!ELEMENT a (#PCDATA | b | c | d | c)*>
- ^
+ ^
diff --git a/result/VC/ElementValid3 b/result/VC/ElementValid3
index f4fc9000..3af3e885 100644
--- a/result/VC/ElementValid3
+++ b/result/VC/ElementValid3
@@ -1,3 +1,3 @@
./test/VC/ElementValid3:4: validity error: Element doc was declared EMPTY this one has content
<doc>Oops, this element was declared EMPTY</doc>
- ^
+ ^
diff --git a/result/VC/ElementValid4 b/result/VC/ElementValid4
index e7a9734a..2bc05ca2 100644
--- a/result/VC/ElementValid4
+++ b/result/VC/ElementValid4
@@ -1,3 +1,3 @@
./test/VC/ElementValid4:7: validity error: Element c is not declared in doc list of possible children
<doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc>
- ^
+ ^
diff --git a/result/VC/ElementValid5 b/result/VC/ElementValid5
index 0d1cccf2..55411666 100644
--- a/result/VC/ElementValid5
+++ b/result/VC/ElementValid5
@@ -1,4 +1,4 @@
./test/VC/ElementValid5:7: validity error: Element doc content does not follow the DTD
Expecting (a , b* , c+), got (a b c b)
<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>
- ^
+ ^
diff --git a/result/VC/ElementValid6 b/result/VC/ElementValid6
index 21d0dfec..3f67b24d 100644
--- a/result/VC/ElementValid6
+++ b/result/VC/ElementValid6
@@ -1,4 +1,4 @@
./test/VC/ElementValid6:7: validity error: Element doc content does not follow the DTD
Expecting (a , b? , c+)?, got (a b)
<doc><a/><b>lacks c</b></doc>
- ^
+ ^
diff --git a/result/VC/ElementValid7 b/result/VC/ElementValid7
index 2c9be77c..02d28879 100644
--- a/result/VC/ElementValid7
+++ b/result/VC/ElementValid7
@@ -1,4 +1,4 @@
./test/VC/ElementValid7:7: validity error: Element doc content does not follow the DTD
Expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
<doc><a/><b/><a/><c/><c/><a/></doc>
- ^
+ ^
diff --git a/result/VC/ElementValid8 b/result/VC/ElementValid8
index 73840df2..622ec9ab 100644
--- a/result/VC/ElementValid8
+++ b/result/VC/ElementValid8
@@ -1,3 +1,3 @@
./test/VC/ElementValid8:7: validity error: Content model of doc is not determinist: ((a , b) | (a , c))
<doc><a/><c> doc is non-deterministic </c></doc>
- ^
+ ^
diff --git a/result/VC/NS3 b/result/VC/NS3
index 4868dc58..adc494ae 100644
--- a/result/VC/NS3
+++ b/result/VC/NS3
@@ -1,9 +1,9 @@
./test/VC/NS3:9: validity error: Value for attribute xmlns of foo is different from default "http://example.com/fooo"
-xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto
- ^
+xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
+ ^
./test/VC/NS3:9: validity error: Value for attribute xmlns of foo must be "http://example.com/fooo"
-xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto
- ^
+xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
+ ^
./test/VC/NS3:9: validity error: Element foo namespace name for default namespace does not match the DTD
-mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
- ^
+mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
+ ^
diff --git a/result/VC/PENesting b/result/VC/PENesting
index 3d46fba2..28a09962 100644
--- a/result/VC/PENesting
+++ b/result/VC/PENesting
@@ -1,6 +1,6 @@
./test/VC/PENesting:1: error: xmlParseStartTag: invalid element name
<!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
-^
+ ^
./test/VC/PENesting:1: error: Extra content at the end of the document
<!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
-^
+ ^
diff --git a/result/VC/PENesting2 b/result/VC/PENesting2
index 14e34202..5162e40b 100644
--- a/result/VC/PENesting2
+++ b/result/VC/PENesting2
@@ -1,6 +1,6 @@
./test/VC/PENesting2:1: error: xmlParseStartTag: invalid element name
<!ENTITY % p1 "(A|B">
-^
+ ^
./test/VC/PENesting2:1: error: Extra content at the end of the document
<!ENTITY % p1 "(A|B">
-^
+ ^
diff --git a/result/VC/UniqueElementTypeDeclaration b/result/VC/UniqueElementTypeDeclaration
index a2656c82..7b8aae7d 100644
--- a/result/VC/UniqueElementTypeDeclaration
+++ b/result/VC/UniqueElementTypeDeclaration
@@ -1,3 +1,3 @@
test/VC/dtds/a.dtd:1: validity error: Redefinition of element a
<!ELEMENT a (#PCDATA | b | c)*>
- ^
+ ^
diff --git a/result/VC/UniqueElementTypeDeclaration2 b/result/VC/UniqueElementTypeDeclaration2
index b7cd00c6..be47c674 100644
--- a/result/VC/UniqueElementTypeDeclaration2
+++ b/result/VC/UniqueElementTypeDeclaration2
@@ -1,3 +1,3 @@
./test/VC/UniqueElementTypeDeclaration2:6: validity error: Redefinition of element a
<!ELEMENT a (#PCDATA | b | c)*>
- ^
+ ^