mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add tests
This commit is contained in:
@@ -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