summaryrefslogtreecommitdiffstats
path: root/spec/string-params.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/string-params.js')
-rw-r--r--spec/string-params.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/string-params.js b/spec/string-params.js
index 1cebc6f..2e88cf1 100644
--- a/spec/string-params.js
+++ b/spec/string-params.js
@@ -147,7 +147,7 @@ describe('string params mode', function() {
var template = CompilerContext.compile('{{#with content}}{{#view}}{{firstName}} {{lastName}}{{/view}}{{/with}}', {stringParams: true});
var helpers = {
- with: function(options) {
+ 'with': function(options) {
return "WITH";
},
view: function() {