context and identifier

This commit is contained in:
harttle
2016-06-14 00:31:24 +08:00
parent 5a33b4b84a
commit d502860ca9
6 changed files with 181 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ describe('tokenizer', function() {
tokens[1].type.should.equal('output');
tokens[1].value.should.equal('foo | date: "%Y-%m-%d"');
});
it('should handle successive output and tags', function(){
it('should handle successive outputs and tags', function(){
var html = '{{foo}}{{bar}}{%foo%}{%bar%}';
var tokens = tokenizer.parse(html);