swc/crates/swc_html_parser/tests/recovery/comment/question-mark/input.html
2022-05-31 03:50:19 +00:00

14 lines
249 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<?test>
<div ="test"></div>
</div>
</body>
</html>