mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add tests
This commit is contained in:
11
tests/cases/fourslash/whiteSpaceTrimming2.ts
Normal file
11
tests/cases/fourslash/whiteSpaceTrimming2.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
|
||||
////if (true) {
|
||||
//// let foo = `
|
||||
/////*
|
||||
////`/*1*/}
|
||||
|
||||
goTo.marker('1');
|
||||
edit.insert(";");
|
||||
|
||||
verify.currentFileContentIs("if (true) {\n let foo = `\n/* \n`;}");
|
||||
Reference in New Issue
Block a user