TypeScript/tests/cases/fourslash/toggleLineComment6.ts
2020-05-22 16:46:33 -07:00

15 lines
258 B
TypeScript

// Selection is at the start of jsx its still js.
//@Filename: file.tsx
//// let a = (
//// [|<div>
//// some text|]
//// </div>
//// );
verify.toggleLineComment(
`let a = (
//<div>
// some text
</div>
);`);