From 0fe95f1e1a13eddc6696e16f5d51734c4b4a75aa Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Tue, 30 Jan 2018 14:33:56 -0500 Subject: [PATCH] Re-enable failing test, passes now --- javascript/i18n/phonenumbers/phonenumbermatcher_test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/javascript/i18n/phonenumbers/phonenumbermatcher_test.js b/javascript/i18n/phonenumbers/phonenumbermatcher_test.js index d7ac962fe..abd69a39d 100644 --- a/javascript/i18n/phonenumbers/phonenumbermatcher_test.js +++ b/javascript/i18n/phonenumbers/phonenumbermatcher_test.js @@ -99,7 +99,6 @@ function testMatchesFoundWithMultipleSpaces() { assertMatchProperties(match, text, number2, RegionCode.US); } -/* function testFourMatchesInARow() { var number1 = "415-666-7777"; var number2 = "800-443-1223"; @@ -120,7 +119,6 @@ function testFourMatchesInARow() { match = iterator.hasNext() ? iterator.next() : null; assertMatchProperties(match, text, number4, RegionCode.US); } -*/ function testMatchWithSurroundingZipcodes() { var number = "415-666-7777";