mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Fix test leaking error_mode, fix equality check for VariableLookup
This commit is contained in:
@@ -72,7 +72,7 @@ module Liquid
|
||||
protected
|
||||
|
||||
def state
|
||||
[@name, @lookup, @command_flags]
|
||||
[@name, @lookups, @command_flags]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user