TypeScript/tests/cases/fourslash/moduleIndent.ts
2014-07-29 12:17:44 -07:00

8 lines
160 B
TypeScript

/// <reference path="fourslash.ts"/>
////
goTo.bof();
edit.insert("module M {\n");
// indentation on newline after "module {"
verify.indentationIs(4);