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

10 lines
190 B
TypeScript

/// <reference path='fourslash.ts' />
////class foo { }
////class bar {/**/ }
////// new line here
goTo.marker();
edit.insertLine("");
verify.currentLineContentIs('class bar {');