1
0
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:
Daniel Veillard 2000-08-19 20:58:02 +00:00
parent b8f25c9118
commit 244ece9787
5 changed files with 12 additions and 2 deletions

View File

@ -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
View File

View 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
View 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>

View File

@ -1,2 +1 @@
<?xml version="1.0" encoding="utf-8"?>
<title>my title</title>