diff options
Diffstat (limited to 'spec/blocks.js')
-rw-r--r-- | spec/blocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/blocks.js b/spec/blocks.js index d72a44e..8f7c242 100644 --- a/spec/blocks.js +++ b/spec/blocks.js @@ -20,7 +20,7 @@ describe('blocks', function() { equal(result, "0. goodbye! 1. Goodbye! 2. GOODBYE! cruel world!", "The @index variable is used"); }); - + it("empty block", function() { var string = "{{#goodbyes}}{{/goodbyes}}cruel {{world}}!"; var hash = {goodbyes: [{text: "goodbye"}, {text: "Goodbye"}, {text: "GOODBYE"}], world: "world"}; |