prettier/tests/template
Christopher Chedeau 5a9bea1c2f Fix comments inside of template literals (#1713)
We completely butcher comments inside of template literals. The fix is to not be able to attach comments to TemplateExpression nodes and to avoid comments that are ine one expression to be moved to another expression. We now have the boundary to prevent outputting invalid code.

Fixes #1617
2017-05-24 13:19:56 -07:00
..
__snapshots__ Fix comments inside of template literals (#1713) 2017-05-24 13:19:56 -07:00
arrow.js Inline template literals as arrow body (#1485) 2017-05-02 09:17:20 -07:00
call.js [RFC] Do not indent calls with a single template literal argument (#873) 2017-05-01 14:27:00 -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 Respect template inline-ness (#1497) 2017-05-03 14:35:58 -07:00
jsfmt.spec.js Feature/verify against same snapshot (#1087) 2017-03-25 08:10:17 -07:00
parenthesis.js Fix various parenthesis issues on the left side of template (#404) 2017-01-22 15:43:57 -08:00