mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
html: Parse named character references according to HTML5
This commit is contained in:
7
test/HTML/attr-ents.html
Normal file
7
test/HTML/attr-ents.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<a href="index.cgi?a<=1>=2">link</a>
|
||||
<a href="index.cgi?a<a>a">link</a>
|
||||
<a href="index.cgi?a<>">link</a>
|
||||
</body>
|
||||
</html>
|
||||
4258
test/HTML/html5-entities.html
Normal file
4258
test/HTML/html5-entities.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user