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

57 lines
505 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`directives-and-comments.yml - yaml-verify 1`] = `
# 123
%YAML 1.2
# 456
---
# 789
test
# 000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 123
%YAML 1.2
# 456
---
# 789
test
# 000
`;
exports[`separator.yml - yaml-verify 1`] = `
a
---
b
...
c
... #
d
...
---
e
...
#
---
f
--- #
g
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a
---
b
---
c
... #
d
---
e
...
#
---
f
--- #
g
`;