TypeScript/tests/cases/fourslash_old/formatEmptyBlock.ts
2014-07-12 17:30:19 -07:00

8 lines
No EOL
127 B
TypeScript

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