Skip to content

Commit d89c1d6

Browse files
Fixed/added test.
1 parent 935071f commit d89c1d6

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

tests/cases/fourslash/completionListBuilderLocations_Modules.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88

99
test.markers().forEach((m) => {
1010
goTo.position(m.position, m.fileName);
11-
verify.not.completionListIsEmpty();
12-
verify.completionListAllowsNewIdentifier();
11+
verify.completionListIsEmpty();
1312
});
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/// <reference path='fourslash.ts'/>
2+
3+
////../**/
4+
5+
goTo.marker();
6+
verify.memberListIsEmpty();

tests/cases/fourslash/memberListAfterSingleDot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
////./**/
44

55
goTo.marker();
6-
verify.not.memberListIsEmpty();
6+
verify.memberListIsEmpty();

0 commit comments

Comments
 (0)