// Common uncomment jsx cases //@Filename: file.tsx //// const a = //// {/**/} //// {/**/} //// ; //// //// const b =
//// {/*[|
*/} //// SomeText //// {/*
|]*/} ////
; //// //// const c = //// [||]{/**/} //// ; verify.uncommentSelection( `const a = ; const b =
SomeText
; const c = ;`);