diff --git a/test/underscore.html b/test/underscore.html
index d78b6a398..3f8c2b173 100644
--- a/test/underscore.html
+++ b/test/underscore.html
@@ -216,8 +216,9 @@
'Functions': {
'debounce asap': true,
'debounce asap cancel': true,
- 'debounce after system time is set backwards': true,
'debounce asap recursively': true,
+ 'debounce after system time is set backwards': true,
+ 'debounce re-entrant': true,
'throttle repeatedly with results': true,
'more throttle does not trigger leading call when leading is set to false': true,
'throttle does not trigger trailing call when trailing is set to false': true,
@@ -231,6 +232,9 @@
'bindAll': [
'throws an error for bindAll with no functions named'
],
+ 'debounce': [
+ 'incr was debounced'
+ ],
'iteratee': [
'"bbiz"',
'"foo"',