This commit is contained in:
Arthur Ozga
2018-03-26 16:53:20 -07:00
parent b86b923aef
commit 6786d7473d

View File

@@ -2,22 +2,22 @@
////
//// let obj1 =
//// { x: 10 };
//// { x: 10 };
////
//// let obj2 =
//// // leading trivia
//// { y: 10 };
//// { y: 10 };
////
format.document();
verify.currentFileContentIs(
`
let obj1 =
{ x: 10 };
{ x: 10 };
let obj2 =
// leading trivia
{ y: 10 };
{ y: 10 };
`
);