TypeScript/tests/cases/fourslash/consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts

11 lines
208 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////foo({
////}, {/*1*/
////});/*2*/
format.document();
goTo.marker("1");
verify.currentLineContentIs("}, {");
goTo.marker("2");
verify.currentLineContentIs(" });");