prettier/tests/yaml_mapping
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
3-style.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
comment-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
comment.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
common.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
explicit-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
in-sequence.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
key-with-leading-comment.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
mapping.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
merge-twice.yml fix(yaml): update parser (#4931) 2018-08-03 15:10:26 +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
props-in-map.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
props.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
quote-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
sequence.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
tag-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00