1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00
libxml2/test/HTML/entities2.html
Daniel Veillard 48519092e5 fixing HTML entities in attributes parsing bug #362552 added to the
* HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
* result/HTML/entities2.html* test/HTML/entities2.html: added to
  the regression suite
Daniel
2006-10-17 15:56:35 +00:00

7 lines
95 B
HTML

<html>
<body>
<form>
<input type="text" name="test" value="&scaron;">
</form>
</body>
</html>