prettier/tests/switch
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
comments.js Fix empty lines with comments between switch cases (#1709) 2017-05-24 13:20:05 -07:00
empty_lines.js Fix isPreviousLineEmpry on Windows (#1263) 2017-04-14 16:02:19 -07:00
empty_statement.js Do not indent for switch case with `;` (#1687) 2017-05-23 13:58:43 -07:00
empty_switch.js Empty switch should not have an empty line (#384) 2017-01-22 12:40:46 -08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
switch.js feat: indent in discriminant switch (#4165) 2018-03-19 23:50:24 +11:00