// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`empty.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== =====================================output===================================== ================================================================================ `; exports[`less.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== =====================================output===================================== ================================================================================ `; exports[`postcss.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== =====================================output===================================== ================================================================================ `; exports[`scss.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== =====================================output===================================== ================================================================================ `; exports[`simple.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== Sample styled page

Sample styled page

This page is just a demo.

=====================================output===================================== Sample styled page

Sample styled page

This page is just a demo.

================================================================================ `; exports[`single-style.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== =====================================output===================================== ================================================================================ `;