Files
openide/plugins/htmltools/testData/highlighting/Html5Entities.html
Piotr Tomiak fd5710e37e WEB-59095 Open source HTML Tools plugin
GitOrigin-RevId: 9dfe3826d3acc25091af745f85fbe14826d9921f
2023-01-23 18:07:20 +00:00

12 lines
166 B
HTML

<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
<div>&radic;</div>
<div>&copy;</div>
<div>&raquo;</div>
<div>&<error>foo</error>;</div>
</body>
</html>