prettier/tests/if
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
comment_before_else.js Handle comments before `else` 2018-04-05 16:06:18 -03:00
else.js Separate `if` and `else` groups (fixes #616) (#1032) 2017-03-17 14:02:35 -07:00
if_comments.js Fix comment style when placed after if statement test (#2675) 2017-09-08 10:12:10 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
trailing_comment.js Fix own line last if comment (#1219) 2017-04-12 17:26:44 -07:00