TypeScript/tests/cases/fourslash/formatSelectionWithTrivia.ts

14 lines
287 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
2014-07-13 01:04:16 +02:00
////if (true) {
2015-03-02 23:41:44 +01:00
//// //
//// /*begin*/
//// //
//// ;
////
//// }/*end*/
format.selection('begin', 'end');
verify.currentFileContentIs("if (true) { \n // \n\n // \n ;\n\n}");