mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
11 lines
201 B
HTML
11 lines
201 B
HTML
<html>
|
|
<body>
|
|
|
|
<div> <!-- 'wrong closing tag name' should not be reported -->
|
|
<p>
|
|
<div/>
|
|
<warning></p></warning> <!-- 'end tag matches nothing' correctly reported -->
|
|
</div>
|
|
|
|
</body>
|
|
</html> |