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 f403d298c3 more code cleanup, especially around error messages, the HTML parser has
* HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
  include/libxml/xmlerror.h: more code cleanup, especially around
  error messages, the HTML parser has now been upgraded to the new
  handling.
* result/HTML/*: a few changes in the resulting error messages
Daniel
2003-10-05 13:51:35 +00:00

13 lines
451 B
Plaintext

./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p
</a><p><hr></p>
^
./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p
<p><hr></p>
^
./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: (null) and (null)
<h4><b>Links</h4></b>
^
./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
<h4><b>Links</h4></b>
^