swc/crates/swc_html_minifier/tests/fixture/element/script-options/input.html

17 lines
220 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<script type="module">
/* Keep comment */
debugger;
// Keep comment
console.log("test " + "😀" + " test");
</script>
</body>
</html>