TypeScript/tests/cases/fourslash/formatSelectionWithTrivia2.ts

11 lines
182 B
TypeScript
Raw Normal View History

2015-10-10 09:41:54 +02:00
/// <reference path="fourslash.ts" />
/////*begin*/;
////
/////*end*/
////
format.selection('begin', 'end');
verify.currentFileContentIs(";\n\n\n ");