diff --git a/test/utility.js b/test/utility.js index 92bac6b2f..7b1357dcf 100644 --- a/test/utility.js +++ b/test/utility.js @@ -34,9 +34,13 @@ $(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("