Skip to content

Commit d9829f4

Browse files
committed
added more tests
1 parent 4609d24 commit d9829f4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
///<reference path="fourslash.ts"/>
22

33
////String.call `${123}`/*1*/
4+
////String.call `${123} ${456}`/*2*/
45

56
goTo.marker("1");
67
edit.insert(";");
7-
verify.currentLineContentIs("String.call `${123}`;");
8+
verify.currentLineContentIs("String.call `${123}`;");
9+
10+
goTo.marker("2");
11+
edit.insert(";");
12+
verify.currentLineContentIs("String.call `${123} ${456}`;");

0 commit comments

Comments
 (0)