prettier/tests/css_trailing_comma
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
at-rules.css fix: better output scss maps (#4487) 2018-05-17 13:39:22 +03:00
declaration.css tests(css): trailing comma (#3843) 2018-02-16 17:56:11 +03:00
jsfmt.spec.js Allow trailing comma in scss list and maps (#4317) 2018-04-18 17:40:01 -03:00
list.css Allow trailing comma in scss list and maps (#4317) 2018-04-18 17:40:01 -03:00
map.css Allow trailing comma in scss list and maps (#4317) 2018-04-18 17:40:01 -03:00
selector_list.css tests(css): trailing comma (#3843) 2018-02-16 17:56:11 +03:00
variable.css tests(css): trailing comma (#3843) 2018-02-16 17:56:11 +03:00