1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-06 20:58:17 +03:00
libxml2/result/HTML/entities.html.err
Daniel Veillard a3bfca59bf parsing real HTML is a nightmare.
- HTMLparser.c result/HTML/*: revamped the way the HTML
  parser handles end of tags or end of input
Daniel
2001-04-12 15:42:58 +00:00

13 lines
436 B
Plaintext

./test/HTML/entities.html:1: error: htmlParseEntityRef: expecting ';'
<p tst="a&amp;b" tst2="a&b" tst3="a & b">
^
./test/HTML/entities.html:1: error: htmlParseEntityRef: no name
<p tst="a&amp;b" tst2="a&b" tst3="a & b">
^
./test/HTML/entities.html:3: error: htmlParseEntityRef: expecting ';'
a&b
^
./test/HTML/entities.html:4: error: htmlParseEntityRef: no name
a & b
^