TypeScript/tests/cases/fourslash/formatSelectionWithTrivia2.ts
2015-10-10 16:41:54 +09:00

11 lines
182 B
TypeScript

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