prettier/tests/regex/__snapshots__/jsfmt.spec.js.snap

16 lines
587 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js 1`] = `
====================================options=====================================
parsers: ["flow", "babel", "typescript"]
printWidth: 80
| printWidth
=====================================input======================================
/[/]\\/\\u0aBc/mgi;
=====================================output=====================================
/[/]\\/\\u0aBc/gim;
================================================================================
`;