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

15 lines
298 B
TypeScript

/// <reference path='fourslash.ts' />
////module me {
//// class A {
//// /*
//// */*1*/
//// /*2*/}
////}
goTo.marker("1");
edit.insertLine("");
goTo.marker("2");
// The formating of the close curly should not be affected
verify.currentLineContentIs(' }');