diff options
author | Eric Nielsen <eric@amalgamar.com.br> | 2015-07-16 15:15:06 -0300 |
---|---|---|
committer | Eric Nielsen <eric@amalgamar.com.br> | 2015-07-16 15:15:06 -0300 |
commit | 2f9495c1df52eb47b0e84d77fc964cef4581581c (patch) | |
tree | a1eebd1241fc7c7e2ea01e850c4513b300704dc3 | |
parent | b9fe7ce618a9bf4f969a2b97f455fccb2ac42101 (diff) | |
download | handlebars.js-2f9495c1df52eb47b0e84d77fc964cef4581581c.zip handlebars.js-2f9495c1df52eb47b0e84d77fc964cef4581581c.tar.gz handlebars.js-2f9495c1df52eb47b0e84d77fc964cef4581581c.tar.bz2 |
Added spec message
-rw-r--r-- | spec/helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers.js b/spec/helpers.js index f3257a5..00bcb79 100644 --- a/spec/helpers.js +++ b/spec/helpers.js @@ -35,7 +35,7 @@ describe('helpers', function() { return options.fn(); } }; - shouldCompileTo(string, [{}, helpers], ' {{{{b}}}} {{{{/b}}}} '); + shouldCompileTo(string, [{}, helpers], ' {{{{b}}}} {{{{/b}}}} ', 'raw block helper should get nested raw block as raw content'); }); it('helper block with complex lookup expression', function() { |