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' ],