prettier/tests/stylefmt
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
..
at-apply test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
at-media test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
attr-selector test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
charset test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
charset-2 test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
color-hex-lowercase test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
comment test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
comment-in-rules test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
content test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
cssnext-example test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
custom-media-queries test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
custom-properties test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
custom-selectors test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
data-url test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
font-face test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
font-shorthand test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
ie-hacks test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
import test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
important test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
inline-comment test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
lowercase test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
media-indent test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
media-indent-with-import test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
media-queries-ranges test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested-2 test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested-atrule test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested-indention test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested-indention-2 test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested-mixin test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
nested-mixin-2 test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
non-nested-combinator test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
pseudo-element test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
readme test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
shorthand-with-sass-variables test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
values test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
var-notation test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
vendor-prefix test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00