mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
48519092e5
* HTMLparser.c: fixing HTML entities in attributes parsing bug #362552 * result/HTML/entities2.html* test/HTML/entities2.html: added to the regression suite Daniel
7 lines
95 B
HTML
7 lines
95 B
HTML
<html>
|
|
<body>
|
|
<form>
|
|
<input type="text" name="test" value="š">
|
|
</form>
|
|
</body>
|
|
</html> |