File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/block-library/src/spacer/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ exports[`Spacer block inserts block 1`] = `
1919` ;
2020
2121exports [` Spacer block inserts block with spacingSizes preset 1` ] = `
22- "<!-- wp:spacer { \\ " height\\ " :\\ " 70px\\ " } -->
23- <div style =\\ "height:70px\\ " aria-hidden =\\ "true\\ " class =\\ "wp-block-spacer\\ "></div>
22+ "<!-- wp:spacer { " height" : " 70px" } -->
23+ <div style = " height:70px" aria-hidden = " true" class = " wp-block-spacer" ></div >
2424<!-- /wp:spacer -->"
2525` ;
2626
2727exports [` Spacer block inserts block with spacingSizes preset without matching global styles values 1` ] = `
28- " <!-- wp:spacer {\\ " height\\":\\ "120px\\ "} -->
29- <div style =\\ "height:120px\\ " aria-hidden =\\ "true\\ " class =\\ "wp-block-spacer\\ "></div>
28+ "<!-- wp:spacer { " height" : " 120px" } -->
29+ <div style = " height:120px" aria-hidden = " true" class = " wp-block-spacer" ></div >
3030<!-- /wp:spacer -->"
3131` ;
3232
You can’t perform that action at this time.
0 commit comments