prettier/tests/try
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
catch.js Fix printing of catch clause with a comment (#5202) 2018-10-08 14:18:30 -03:00
empty.js Do not expand empty catch (#783) 2017-02-23 07:29:05 -08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
try.js Do not attach comments to EmptyStatements in try/catch (#763) 2017-02-22 17:43:29 -05:00