diff --git a/test/utility.js b/test/utility.js index ed6ee120b..16cb01013 100644 --- a/test/utility.js +++ b/test/utility.js @@ -46,9 +46,9 @@ $(document).ready(function() { var basicTemplate = _.template("<%= thing %> is gettin' on my noives!"); var result = basicTemplate({thing : 'This'}); equals(result, "This is gettin' on my noives!", 'can do basic attribute interpolation'); - var fancyTemplate = _.template("<% for (key in people) { %>