prettier/tests/multiparser_markdown_js
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 Fix multiparser trailing comma regression (#3405) 2017-12-05 19:01:00 +01:00
jsx-comment.md fix(markdown): print literalline for newline instead of hardline (#4083) 2018-03-01 14:42:20 +02:00
markdown-preview-enhanced.md Do not require space after markdown block language name (#4783) 2018-07-02 08:22:56 +08:00
trailing-comma.md Fix multiparser trailing comma regression (#3405) 2017-12-05 19:01:00 +01:00