TypeScript/tests/cases/fourslash/formatTypeAlias.ts

15 lines
341 B
TypeScript
Raw Normal View History

2015-08-27 15:59:10 +02:00
/// <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;");