Added spec message

This commit is contained in:
Eric Nielsen
2015-07-16 15:15:06 -03:00
parent b9fe7ce618
commit 2f9495c1df
+1 -1
View File
@@ -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() {