prettier/tests/for
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.js Fix for of/in comment on its own line around in/of (#901) 2017-03-09 11:10:55 -08:00
for.js Put loop bodies on the same line when possible (#1498) 2017-05-03 15:50:48 -07:00
in.js Put loop bodies on the same line when possible (#1498) 2017-05-03 15:50:48 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
var.js Fix missing semi-colon in for loop and var body (#388) 2017-01-22 12:34:14 -08:00