prettier/tests/markdown
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
jsfmt.spec.js Conform the quotes in Markdown link titles to the singleQuote option (#3481) 2017-12-24 15:44:38 +01:00
real-world-case.md pre-commit.com is now served on https (#4088) 2018-03-02 07:26:36 -05:00
test-case.md test: lowercase the test file to avoid cross platform issue (#3189) 2017-11-07 22:07:01 +08:00