Skip to content

Commit

Permalink
update intersection regexc
Browse files Browse the repository at this point in the history
ref #1425
  • Loading branch information
maxgrossman committed Jun 12, 2019
1 parent 7e8a0de commit 2f78207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/osm/intersection.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('iD.osmIntersection', function() {
expect(turns[1].u).to.be.true;

expect(turns[2]).to.be.an.instanceOf(iD.osmTurn);
expect(turns[2].key).to.match(/^-\_\*\_w-\d_\d+$/); // new way
expect(turns[2].key).to.match(/^-\_\*\_w-\d+_\d+$/); // new way
expect(turns[2].u).to.be.not.ok;
});

Expand Down

0 comments on commit 2f78207

Please sign in to comment.