TypeScript/tests/cases/fourslash/formatTypeAlias.ts
2015-08-27 22:59:10 +09:00

15 lines
341 B
TypeScript

/// <reference path="fourslash.ts"/>
////type Alias = /*typeKeyword*/
/////*indent*/
////number;/*autoformat*/
format.document();
goTo.marker("typeKeyword");
verify.currentLineContentIs("type Alias =");
goTo.marker("indent");
verify.indentationIs(4);
goTo.marker("autoformat");
verify.currentLineContentIs(" number;");