We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccc2bb commit e63b597Copy full SHA for e63b597
packages/render/src/shared/utils/__snapshots__/pretty.spec.ts.snap
@@ -61,6 +61,13 @@ exports[`lenientParse() > should parse base doucment correctly 1`] = `
61
]
62
`;
63
64
+exports[`pretty > should not wrap [if mso] syntax 1`] = `
65
+"<span>
66
+ <!--[if mso]><i style="mso-font-width:100%;mso-text-raise:12" hidden>  </i><![endif]-->
67
+</span>
68
+"
69
+`;
70
+
71
exports[`pretty > should prettify Code Pen's template correctly 1`] = `
72
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
73
<html dir="ltr" lang="en">
0 commit comments