diff --git a/tests/cases/fourslash/formattingChainingMethods.ts b/tests/cases/fourslash/formattingChainingMethods.ts index 8e8cafb14cd..96e0613cd71 100644 --- a/tests/cases/fourslash/formattingChainingMethods.ts +++ b/tests/cases/fourslash/formattingChainingMethods.ts @@ -16,6 +16,10 @@ //// ) //// ) //// ); +//// +////1 +//// .toFixed( +//// 2); format.document(); verify.currentFileContentIs(`z$ = this.store.select(this.fake()) @@ -33,5 +37,9 @@ verify.currentFileContentIs(`z$ = this.store.select(this.fake()) }) ) ) - );` + ); + +1 + .toFixed( + 2);` );