From ed1c5d96889c829588a5eb5979b5c309481d8ac9 Mon Sep 17 00:00:00 2001 From: Priyantha Lankapura <403912+lankaapura@users.noreply.github.com> Date: Tue, 6 Mar 2018 11:15:08 +1100 Subject: [PATCH] update test for #20577 (#22310) --- tests/cases/fourslash/formattingChainingMethods.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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);` );