prettier/tests/directives
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
escaped.js Unescape unnecessarily escaped characters in strings (#1575) 2017-05-10 16:02:49 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
last-line-0.js Remove last trailing line for directives-only files (#609) 2017-02-07 10:39:04 -05:00
last-line-1.js Remove last trailing line for directives-only files (#609) 2017-02-07 10:39:04 -05:00
last-line-2.js Remove last trailing line for directives-only files (#609) 2017-02-07 10:39:04 -05:00
newline.js Preserve new lines after directives (#464) 2017-01-25 16:26:09 -05:00
no-newline.js Do not always put an empty lines after directives (#505) 2017-01-30 09:10:54 -08:00
test.js Preserve lines after directives (#2070) 2017-06-08 17:10:01 -07:00