prettier/tests/comments/__snapshots__
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
..
jsfmt.spec.js.snap Fix comments inside of template literals (#1713) 2017-05-24 13:19:56 -07:00