mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 17:25:41 +03: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