mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
Minor fix and add to testsuite, Daniel
This commit is contained in:
parent
b8f25c9118
commit
244ece9787
@ -1,3 +1,7 @@
|
||||
Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* added an old VC testcase and updated title.xml entity
|
||||
|
||||
Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
|
||||
|
0
result/VC/ElementValid8
Normal file
0
result/VC/ElementValid8
Normal file
@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0"?>
|
||||
<title>my title</title>
|
||||
|
7
test/VC/ElementValid8
Normal file
7
test/VC/ElementValid8
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE doc [
|
||||
<!ELEMENT doc ((a, b)| (a, c))>
|
||||
<!ELEMENT a EMPTY>
|
||||
<!ELEMENT b (#PCDATA)>
|
||||
<!ELEMENT c (#PCDATA)>
|
||||
]>
|
||||
<doc><a/><c> doc is non-deterministic </c></doc>
|
@ -1,2 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<title>my title</title>
|
||||
|
Loading…
x
Reference in New Issue
Block a user