prettier/tests/template
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
arrow.js Inline template literals as arrow body (#1485) 2017-05-02 09:17:20 -07:00
call.js Support inline template for new calls (#2222) 2017-06-21 15:45:44 -07:00
comment.js Fix template literal comments (#1296) 2017-04-17 11:35:12 -04:00
faulty-locations.js Remove faulty location check on template literals that throws in Nuclide (#218) 2017-01-15 23:46:05 -05:00
graphql.js Proper indentation for template literals (#1385) 2017-05-01 14:28:11 -07:00
inline.js fix(javascript): upgrade @babel/parser to 7.1.6 (#5530) 2018-11-24 21:47:47 +08:00
jsfmt.spec.js fix(javascript): upgrade @babel/parser to 7.1.6 (#5530) 2018-11-24 21:47:47 +08:00
parenthesis.js Fix various parenthesis issues on the left side of template (#404) 2017-01-22 15:43:57 -08:00