prettier/tests/multiparser_js_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
0-indent.js fix(multiparser): respect 0-indent markdown-in-js (#3676) 2018-01-17 12:52:42 +08:00
codeblock.js feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
escape.js Escape not just backticks but `${` as well in graphql tags (#5137) 2018-09-29 09:42:44 +02:00
issue-5021.js fix(markdown): stably print lists in front of whitespace-only trailing newline (#5024) 2018-09-01 12:14:53 +08:00
jsfmt.spec.js feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
markdown.js feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
single-line.js fix(multiparser): fix markdown error and remove trailing new line (#3293) 2017-11-21 00:19:49 +08:00