From 0b1d16f9db9c8aca1f482a774fb1352081e67480 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 22 Jun 2014 16:56:00 -0700 Subject: [PATCH] Excuse `_.isFinite` tests in test/underscore.html. --- test/underscore.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/underscore.html b/test/underscore.html index 8ea50f76c..4dd45615b 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -127,6 +127,10 @@ 'Died on test #60', 'Died on test #63' ], + 'isFinite': [ + 'Numeric strings are numbers', + 'Number instances can be finite' + ], 'keys': [ 'is not fooled by sparse arrays; see issue #95', '[]' @@ -186,6 +190,7 @@ delete QUnit.config.excused.Arrays.rest; delete QUnit.config.excused.Chaining; delete QUnit.config.excused.Collections.map; + delete QUnit.config.excused.Objects.isFinite; delete QUnit.config.excused.Objects.keys; delete QUnit.config.excused.Utility['_.escape']; delete QUnit.config.excused.Utility['_.templateSettings.variable'];