mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 01:10:41 -07:00
Stop passing unnecessary assigns to assert_match_syntax_error
This commit is contained in:
@@ -32,9 +32,7 @@ class AssignTest < Minitest::Test
|
||||
end
|
||||
|
||||
def test_assign_syntax_error
|
||||
assert_match_syntax_error(/assign/,
|
||||
'{% assign foo not values %}.',
|
||||
{ 'values' => "foo,bar,baz" })
|
||||
assert_match_syntax_error(/assign/, '{% assign foo not values %}.')
|
||||
end
|
||||
|
||||
def test_assign_uses_error_mode
|
||||
|
||||
Reference in New Issue
Block a user