From 7da4e4477eaede0f1617cdd00c8fe4a9c0be1d11 Mon Sep 17 00:00:00 2001 From: zhengbli Date: Sun, 27 Sep 2015 20:03:37 -0700 Subject: [PATCH] Add tests --- tests/cases/fourslash/whiteSpaceTrimming2.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/cases/fourslash/whiteSpaceTrimming2.ts 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`;}");