Fix test leaking error_mode, fix equality check for VariableLookup

This commit is contained in:
Justin Li
2014-10-22 15:40:41 -04:00
parent ee0de01480
commit a206c8301d
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ module Liquid
protected
def state
[@name, @lookup, @command_flags]
[@name, @lookups, @command_flags]
end
end
end