prettier/tests/comments/tagged-template-literal.js

16 lines
106 B
JavaScript

foo``; // comment
foo // comment
``;
foo // comment
`
`;
foo /* comment */`
`;
foo /* comment */
`
`;