From 9e661cb8586839661cb9708c101150dfab1dbfef Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 13 Aug 2016 14:13:34 -0700 Subject: [PATCH] Excuse more Underscore tests. --- test/underscore.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/underscore.html b/test/underscore.html index d2fef52c1..3bce200a7 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -300,6 +300,10 @@ ] }, 'Utility': { + '_.escape & unescape': [ + '` can be unescaped', + 'multiple occurrences of ` can be unescaped' + ], 'now': [ 'Produces the correct time in milliseconds' ],