diff --git a/test/utility.js b/test/utility.js
index 58368a13e..976b3b996 100644
--- a/test/utility.js
+++ b/test/utility.js
@@ -81,6 +81,10 @@ $(document).ready(function() {
var withNewlinesAndTabs = _.template('This\n\t\tis: <%= x %>.\n\tok.\nend.');
equals(withNewlinesAndTabs({x: 'that'}), 'This\n\t\tis: that.\n\tok.\nend.');
+ var template = _.template("<%- value %>");
+ var result = template({value: "