TypeScript/tests/cases/fourslash/formatSelectionWithTrivia.ts
2014-07-29 12:17:23 -07:00

14 lines
276 B
TypeScript

/// <reference path="fourslash.ts" />
////if (true) {
//// //
//// /*begin*/
//// //
//// ;
////
//// }/*end*/
format.selection('begin', 'end');
verify.currentFileContentIs("if (true) { \n // \n\n // \n ;\n\n}");