prettier/tests/end_of_line_in_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 Add option to enforce certain line endings (#5327) 2018-11-06 22:47:13 +08:00
usingCrlf.md Add option to enforce certain line endings (#5327) 2018-11-06 22:47:13 +08:00
usingLf.md Add option to enforce certain line endings (#5327) 2018-11-06 22:47:13 +08:00