TypeScript/tests/cases/fourslash/smartIndentOnUnclosedTupleTypeLiteral01.ts

8 lines
225 B
TypeScript
Raw Normal View History

2015-03-17 07:19:21 +01:00
/// <reference path='fourslash.ts' />
////var x: [string, number,
////{| "indent": 4 |}
test.markers().forEach(marker => {
verify.indentationAtPositionIs(marker.fileName, marker.position, marker.data.indent);
});