diff --git a/tests/cases/fourslash/whiteSpaceTrimming2.ts b/tests/cases/fourslash/whiteSpaceTrimming2.ts new file mode 100644 index 00000000000..66943fef36d --- /dev/null +++ b/tests/cases/fourslash/whiteSpaceTrimming2.ts @@ -0,0 +1,11 @@ +/// + +////if (true) { +//// let foo = ` +/////* +////`/*1*/} + +goTo.marker('1'); +edit.insert(";"); + +verify.currentFileContentIs("if (true) {\n let foo = `\n/* \n`;}");