This commit is contained in:
harttle
2017-04-17 22:56:16 +08:00
parent 2d793a63fe
commit b82d62d4fb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1016,7 +1016,7 @@ var Scope = {
name = str.slice(i + 2, j); name = str.slice(i + 2, j);
seq.push(name); seq.push(name);
name = ''; name = '';
i = j + 1; i = j + 2;
} }
} }
// foo.bar // foo.bar
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "shopify-liquid", "name": "shopify-liquid",
"version": "1.7.7", "version": "1.7.8",
"description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.", "description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {