mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-12 01:48:33 -05:00
Fixed/added test.
This commit is contained in:
@@ -8,6 +8,5 @@
|
||||
|
||||
test.markers().forEach((m) => {
|
||||
goTo.position(m.position, m.fileName);
|
||||
verify.not.completionListIsEmpty();
|
||||
verify.completionListAllowsNewIdentifier();
|
||||
verify.completionListIsEmpty();
|
||||
});
|
||||
6
tests/cases/fourslash/memberListAfterDoubleDot.ts
Normal file
6
tests/cases/fourslash/memberListAfterDoubleDot.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
////../**/
|
||||
|
||||
goTo.marker();
|
||||
verify.memberListIsEmpty();
|
||||
@@ -3,4 +3,4 @@
|
||||
////./**/
|
||||
|
||||
goTo.marker();
|
||||
verify.not.memberListIsEmpty();
|
||||
verify.memberListIsEmpty();
|
||||
Reference in New Issue
Block a user