TypeScript/tests/cases/fourslash/formatSelectionWithTrivia.ts
2015-03-02 14:41:44 -08:00

14 lines
287 B
TypeScript

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