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

15 lines
253 B
HTML

<!doctype html>
<html>
<head>
<title>Party Coffee Cake</title>
<script id="data" type="application/json">
{
"foo" : "bar"
}
</script>
</head>
<body>
<div>test</div>
</body>
</html>