prettier/tests/yaml_document
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
directives-and-comments.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
jsfmt.spec.js feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
separator.yml fix(yaml): prefer dash as document separator (#4921) 2018-08-01 14:10:06 +10:00
with-document-head-like.yml feat(yaml): preserve the first document head end marker (#5502) 2018-11-25 10:30:25 +08:00
with-document-head.yml feat(yaml): preserve the first document head end marker (#5502) 2018-11-25 10:30:25 +08:00
without-document-head.yml feat(yaml): preserve the first document head end marker (#5502) 2018-11-25 10:30:25 +08:00