// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`html4.01_frameset.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== An HTML standard template

… Your HTML content here …

=====================================output===================================== An HTML standard template

… Your HTML content here …

================================================================================ `; exports[`html4.01_strict.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== An HTML standard template

… Your HTML content here …

=====================================output===================================== An HTML standard template

… Your HTML content here …

================================================================================ `; exports[`html4.01_transitional.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== An HTML standard template

… Your HTML content here …

=====================================output===================================== An HTML standard template

… Your HTML content here …

================================================================================ `; exports[`html5.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== An HTML standard template

… Your HTML content here …

=====================================output===================================== An HTML standard template

… Your HTML content here …

================================================================================ `; exports[`xhtml1.1.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== XHTML markup

Sample XHTML page


Beep

Bar Foo,
Foo,
Bar
Foo

String



=====================================output===================================== XHTML markup

Sample XHTML page


Beep

Bar Foo,
Foo,
Bar
Foo

String



================================================================================ `;