prettier/tests/comments/template-literal.js

13 lines
104 B
JavaScript

`
${a // comment
}
${b /* comment */}
${/* comment */ c /* comment */}
${// comment
d //comment
};
`