TypeScript/tests/cases/fourslash/smartIndentEnum.ts

15 lines
355 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////enum Foo3 {
//// {| "indentation": 4|}
//// val1,
//// {| "indentation": 4|}
//// val2,
//// {| "indentation": 4|}
////}
////{| "indentation": 0|}
test.markers().forEach((marker) => {
verify.indentationAtPositionIs(marker.fileName, marker.position, marker.data.indentation);
});