prettier/tests/css_comments
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
CRLF.css tests: comments with `CRLF` (#4145) 2018-03-21 12:04:57 +03:00
CRLF.less tests: comments with `CRLF` (#4145) 2018-03-21 12:04:57 +03:00
CRLF.scss tests: comments with `CRLF` (#4145) 2018-03-21 12:04:57 +03:00
at-rules.css fix(css): comments in at rules (#3920) 2018-02-21 21:36:09 +03:00
block.css Initial CSS support (#1636) 2017-05-24 10:52:12 -07:00
bug.css Workaround a bug where the comment location is off for scss (#1799) 2017-05-29 08:39:41 -07:00
declaration.css tests(css): more comments tests (#3922) 2018-02-07 21:31:00 +03:00
if-eslit-at-rule-decloration.scss fix(css): comments in selectors (#3909) 2018-02-07 13:20:13 +03:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
lists.scss fix: inline comments in lists and maps (#4205) 2018-03-31 17:18:23 +03:00
maps.scss fix: inline comments in lists and maps (#4205) 2018-03-31 17:18:23 +03:00
places.css Initial CSS support (#1636) 2017-05-24 10:52:12 -07:00
prettier-ignore.css CSS: implement prettier-ignore (#2089) 2017-06-10 07:45:59 -07:00
selectors.css tests(css): comments in selectors (#3917) 2018-02-07 15:05:29 +03:00
selectors.scss chore: update `postcss-scss` to latest version (#4084) 2018-03-01 21:00:51 +03:00
source-map.css tests(css): source map comment (#3962) 2018-02-12 21:42:01 +03:00
trailing_star_slash.css Workaround bug with comment ending in */ (#1810) 2017-05-29 13:05:20 -07:00
types.css tests(css): more comments tests (#3922) 2018-02-07 21:31:00 +03:00
variable-declaration.scss fix(css): declaration comments (#3897) 2018-02-06 18:09:42 +03:00