mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
context and identifier
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user