// Cases where the cursor is inside JSX like sintax but it's actually js. //@Filename: file.tsx //// const a = ( //// [|
//// some text|] ////
//// ); //// const b = ; //// const c = ; //// const d = ; //// const e = ;|] //// const f = [ //// [|
  • First item
  • , ////
  • Second item
  • ,|] ////
  • Third item
  • , //// ]; verify.toggleMultilineComment( `const a = ( /*
    some text*/
    ); const b = ; const c = ; const d = ; const e = ;*/ const f = [ /*
  • First item
  • ,
  • Second item
  • ,*/
  • Third item
  • , ];`);