1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-24 09:49:22 +03:00
Files
libxml2/result/HTML/test3.html.err
Daniel Veillard 7c1206fc06 Revamped HTML parsing, lots of bug fixes for HTML stuff,
Added xmlValidGetValidElements and xmlValidGetPotentialChildren,
Completed and cleaned up the tests,
Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html,
Daniel
1999-10-14 09:10:25 +00:00

13 lines
387 B
Plaintext

./test/HTML/test3.html:6: error: Unexpected end tag : P
</a><p><hr></p>
^
./test/HTML/test3.html:13: error: Unexpected end tag : P
<p><hr></p>
^
./test/HTML/test3.html:27: error: Opening and ending tag mismatch: H4 and B
<h4><b>Links</h4></b>
^
./test/HTML/test3.html:27: error: Unexpected end tag : B
<h4><b>Links</h4></b>
^