prettier/tests/yaml_plain
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
force-singleline-in-mapping-value.yml feat(yaml): do not put singleline values on a separate line from the key (#4916) 2018-08-02 00:15:33 +08:00
jsfmt.spec.js feat(yaml): support proseWrap (#4742) 2018-07-04 00:28:47 +08:00
middle-comment.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
middle-comments.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
multiline.yml feat(yaml): support proseWrap (#4742) 2018-07-04 00:28:47 +08:00
true.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
verbatim.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00