You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(iD.utilDisplayName({tags: {network: 'VTA',ref: 'Green',from: 'Old Ironsides',to: 'Winchester'}})).to.eql('VTA Green from Old Ironsides to Winchester');
expect(iD.utilDisplayName({tags: {network: 'BART',ref: 'Yellow',from: 'Antioch',to: 'Millbrae',via: 'Pittsburg/Bay Point;San Francisco International Airport'}})).to.eql('BART Yellow from Antioch to Millbrae via Pittsburg/Bay Point;San Francisco International Airport');
240
+
it('distinguishes unnamed features by ref',function(done){
expect(iD.utilDisplayName({tags: {network: 'VTA',ref: 'Green',from: 'Old Ironsides',to: 'Winchester',route: 'bus'}})).to.eql('VTA Green from Old Ironsides to Winchester');
expect(iD.utilDisplayName({tags: {network: 'BART',ref: 'Yellow',from: 'Antioch',to: 'Millbrae',via: 'Pittsburg/Bay Point;San Francisco International Airport',route: 'subway'}})).to.eql('BART Yellow from Antioch to Millbrae via Pittsburg/Bay Point;San Francisco International Airport');
0 commit comments