swc/crates/swc_html_parser/tests/fixture/attribute/quotes-in-meta/input.html
2022-05-15 04:20:21 +00:00

10 lines
172 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content='charset="windows-1251'>
<title>Document</title>
</head>
<body>
test
</body>
</html>