mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
added more tests
This commit is contained in:
parent
4609d242cf
commit
d9829f4635
@ -1,7 +1,12 @@
|
||||
///<reference path="fourslash.ts"/>
|
||||
|
||||
////String.call `${123}`/*1*/
|
||||
////String.call `${123} ${456}`/*2*/
|
||||
|
||||
goTo.marker("1");
|
||||
edit.insert(";");
|
||||
verify.currentLineContentIs("String.call `${123}`;");
|
||||
verify.currentLineContentIs("String.call `${123}`;");
|
||||
|
||||
goTo.marker("2");
|
||||
edit.insert(";");
|
||||
verify.currentLineContentIs("String.call `${123} ${456}`;");
|
||||
Loading…
x
Reference in New Issue
Block a user