TypeScript/tests/cases/fourslash/formattingOnEnterInComments.ts

15 lines
298 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <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(' }');