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

11 lines
203 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`common.yml - yaml-verify 1`] = `
- &abc a
- *abc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- &abc a
- *abc
`;