Fixed/added test.

This commit is contained in:
Daniel Rosenwasser 2015-07-02 17:08:03 -07:00
parent 935071f1c5
commit d89c1d6586
3 changed files with 8 additions and 3 deletions

View file

@ -8,6 +8,5 @@
test.markers().forEach((m) => {
goTo.position(m.position, m.fileName);
verify.not.completionListIsEmpty();
verify.completionListAllowsNewIdentifier();
verify.completionListIsEmpty();
});

View file

@ -0,0 +1,6 @@
/// <reference path='fourslash.ts'/>
////../**/
goTo.marker();
verify.memberListIsEmpty();

View file

@ -3,4 +3,4 @@
////./**/
goTo.marker();
verify.not.memberListIsEmpty();
verify.memberListIsEmpty();