swc/crates/swc_html_codegen/tests/fixture/cdata/input.html
2022-11-29 02:39:48 +00:00

11 lines
170 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<svg viewBox="0 0 100 100">
<text><![CDATA[content]]></text>
</svg>
</body>
</html>