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

34 lines
1.1 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`with-parameters.yml 1`] = `
====================================options=====================================
parsers: ["yaml"]
printWidth: 80
| printWidth
=====================================input======================================
%YAML 1.2
---
=====================================output=====================================
%YAML 1.2
---
================================================================================
`;
exports[`without-parameters.yml 1`] = `
====================================options=====================================
parsers: ["yaml"]
printWidth: 80
| printWidth
=====================================input======================================
%SOMETHING
---
=====================================output=====================================
%SOMETHING
---
================================================================================
`;