mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
feature: strict_variables, working on #9
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ describe('expression', function() {
|
||||
scope = Scope.factory({
|
||||
one: 1,
|
||||
two: 2,
|
||||
x: 'XXX'
|
||||
x: 'XXX',
|
||||
z: 'z'
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user