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

8 lines
134 B
TypeScript

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