mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Remove unused local variable that was accidentally added.
This commit is contained in:
committed by
Justin Li
parent
15e1d46125
commit
2fd8ad08c0
@@ -151,7 +151,7 @@ class ErrorHandlingTest < Minitest::Test
|
||||
|
||||
def test_syntax_errors_in_nested_blocks_have_correct_line_number
|
||||
err = assert_raises(SyntaxError) do
|
||||
tmpl = Liquid::Template.parse(%q{
|
||||
Liquid::Template.parse(%q{
|
||||
foobar
|
||||
|
||||
{% if 1 != 2 %}
|
||||
|
||||
Reference in New Issue
Block a user