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

8 lines
127 B
TypeScript

/// <reference path='fourslash.ts' />
////{}
goTo.eof();
edit.insert("\r\n");
goTo.bof();
verify.currentLineContentIs("{ }");