headroom-0.4.0.0: test-data/code-samples/html/sample1.html
<!--
This is header.
-->
<!DOCTYPE html>
<!-- this is not header -->
<html>
<head>
<meta charset="utf-8" />
<title>Test title</title>
</head>
<body>
Hello, World!
</body>
<!--
multi line block comment
-->
</html>