Skip to content

Commit c7ae143

Browse files
author
Yui T
committed
Fix up fourslash test
1 parent 15ac9b3 commit c7ae143

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/// <reference path='fourslash.ts' />
22

33
//@Filename: file.tsx
4-
//// var x = <div/**/;
4+
//// var x = </**/;
55

66
goTo.marker();
7-
verify.memberListCount(1)
8-
verify.completionListContains("HTMLDivElement");
7+
verify.memberListCount(41);

0 commit comments

Comments
 (0)