mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
coverage
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ module.exports = function(Tag, Filter) {
|
||||
|
||||
function parseTag(token, tokens) {
|
||||
if (token.name === 'continue' || token.name === 'break') return token;
|
||||
return Tag.construct(token).parse(tokens);
|
||||
return Tag.construct(token, tokens);
|
||||
}
|
||||
|
||||
function parseOutput(str) {
|
||||
|
||||
Reference in New Issue
Block a user