mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Fix assert_template_result tests not picking up Liquid::Environment.default.error_mode
The `rake test` command gave us the impression that we were running all the tests on all the error modes, that was false.
This commit is contained in:
committed by
Guilherme Carreiro
parent
1be1e36a8d
commit
34ab3bdc8e
@@ -78,6 +78,7 @@ module Liquid
|
||||
# Parse remaining comma-separated expressions
|
||||
while p.consume?(:comma)
|
||||
break if p.look(:end_of_string)
|
||||
|
||||
@variables << maybe_dup_lookup(safe_parse_expression(p))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user