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

11 lines
158 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<svg viewBox="0 0 100 100">
<text>content</text>
</svg>
</body></html>