prettier/tests/css_yaml
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
comment_after.css fix: newline between front-matter and comment (#4701) 2018-06-15 16:27:41 +03:00
dirty.css feat: format yaml front matter (#4773) 2018-07-03 09:54:40 +08:00
empty.css Fix: Always preserve frontmatter, remove dependency (#4392) 2018-04-28 08:53:30 -03:00
empty_newlines.css Fix: Always preserve frontmatter, remove dependency (#4392) 2018-04-28 08:53:30 -03:00
ignore.css fix(css): no wrong loc info caused by front matter (#5103) 2018-09-19 09:18:50 +08:00
jsfmt.spec.js fix: handle YAML front matter block (#3802) 2018-01-24 19:44:09 +03:00
malformed-2.css Fix: not greedy match the frontmatter in postcss parser (#4457) 2018-05-10 13:50:19 -03:00
malformed.css Fix: Always preserve frontmatter, remove dependency (#4392) 2018-04-28 08:53:30 -03:00
only_comments.css Fix: Always preserve frontmatter, remove dependency (#4392) 2018-04-28 08:53:30 -03:00
with_comments.css Fix: Always preserve frontmatter, remove dependency (#4392) 2018-04-28 08:53:30 -03:00
without-newline-after.css fix: newline between front-matter and comment (#4701) 2018-06-15 16:27:41 +03:00
yaml.css fix: handle YAML front matter block (#3802) 2018-01-24 19:44:09 +03:00
yaml.less fix: handle YAML front matter block (#3802) 2018-01-24 19:44:09 +03:00
yaml.scss fix: handle YAML front matter block (#3802) 2018-01-24 19:44:09 +03:00