prettier/tests/yaml_comment
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
collection.yml fix(yaml): support end comments (#4854) 2018-07-18 09:37:53 +08:00
end-comment.yml fix(yaml): end comment in nested mapping (#4918) 2018-08-02 22:38:16 +08:00
in-empty-item-without-newlline.yml fix(yaml): update parser (#4931) 2018-08-03 15:10:26 +08:00
jsfmt.spec.js feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
root.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
set.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00