TypeScript/tests/cases/fourslash/consistenceOnIndentionsOfChainedFunctionCalls.ts

21 lines
422 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts' />
////interface ig {
//// module(data): ig;
//// requires(data): ig;
//// defines(data): ig;
////}
////
////var ig: ig;
////ig.module(
//// 'mything'
////).requires(
//// 'otherstuff'
////).defines(/*0*//*1*/
////});
goTo.marker("1");
2018-01-12 02:43:27 +01:00
edit.insert("\n");
2015-03-02 23:41:44 +01:00
goTo.marker("0");
// Won't-fixed: Smart indent during chained function calls
2015-07-04 18:22:13 +02:00
verify.indentationIs(4);