TypeScript/tests/cases/fourslash/formatEmptyBlock.ts
2018-01-17 15:18:54 -08:00

8 lines
132 B
TypeScript

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