From c8914a890c57ffa154bcae1d244ba876b39c1b2d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 20 Sep 2016 09:40:39 -0700 Subject: [PATCH] Excuse more Underscore `_.escape` tests. --- test/underscore.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/underscore.html b/test/underscore.html index 3bce200a7..b33ab4728 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -301,7 +301,9 @@ }, 'Utility': { '_.escape & unescape': [ + '` is escaped', '` can be unescaped', + 'can escape multiple occurances of `', 'multiple occurrences of ` can be unescaped' ], 'now': [