From 82bed69123ec40430bedf28ea01293c394d8b04a Mon Sep 17 00:00:00 2001 From: SaschaNaz Date: Sat, 10 Oct 2015 16:41:54 +0900 Subject: [PATCH] last line whitespace test --- tests/cases/fourslash/formatSelectionWithTrivia2.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/cases/fourslash/formatSelectionWithTrivia2.ts diff --git a/tests/cases/fourslash/formatSelectionWithTrivia2.ts b/tests/cases/fourslash/formatSelectionWithTrivia2.ts new file mode 100644 index 00000000000..06b43009a22 --- /dev/null +++ b/tests/cases/fourslash/formatSelectionWithTrivia2.ts @@ -0,0 +1,10 @@ +/// + +/////*begin*/; +//// +/////*end*/ +//// + +format.selection('begin', 'end'); + +verify.currentFileContentIs(";\n\n\n ");