Skip to content

Commit e63b597

Browse files
committed
add test snapshot for if mso test
1 parent bccc2bb commit e63b597

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/render/src/shared/utils/__snapshots__/pretty.spec.ts.snap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ exports[`lenientParse() > should parse base doucment correctly 1`] = `
6161
]
6262
`;
6363

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>&#8202;&#8202;</i><![endif]-->
67+
</span>
68+
"
69+
`;
70+
6471
exports[`pretty > should prettify Code Pen's template correctly 1`] = `
6572
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6673
<html dir="ltr" lang="en">

0 commit comments

Comments
 (0)