prettier/tests/css_color
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
color-adjuster.css fix: output color adjusters (#4494) 2018-05-29 15:24:38 +03:00
current-color.css fix: output color adjusters (#4494) 2018-05-29 15:24:38 +03:00
functional-syntax.css tests(css): colors (#3958) 2018-02-12 18:56:25 +03:00
hexcolor.css tests(css): colors (#3958) 2018-02-12 18:56:25 +03:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
whitespace-syntax.css tests(css): colors (#3958) 2018-02-12 18:56:25 +03:00