// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`invalid.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== --- invalid: invalid: --- =====================================output===================================== --- invalid: invalid: --- ================================================================================ `; exports[`yaml.html 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== --- hello: world --- =====================================output===================================== --- hello: world --- ================================================================================ `;