TypeScript/tests/cases/fourslash/formattingObjectLiteral.ts

10 lines
165 B
TypeScript
Raw Normal View History

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