From 2f78207d7c5329badb6573520193fb7c8f59a190 Mon Sep 17 00:00:00 2001 From: Max Grossman Date: Wed, 12 Jun 2019 14:29:44 -0400 Subject: [PATCH] update intersection regexc ref #1425 --- test/spec/osm/intersection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/osm/intersection.js b/test/spec/osm/intersection.js index 41826bdfd9..b593408746 100644 --- a/test/spec/osm/intersection.js +++ b/test/spec/osm/intersection.js @@ -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; });