mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Keep old test as well
This commit is contained in:
@@ -25,6 +25,7 @@ class RawTagTest < Minitest::Test
|
|||||||
|
|
||||||
def test_invalid_raw
|
def test_invalid_raw
|
||||||
assert_match_syntax_error /tag was never closed/, '{% raw %} foo'
|
assert_match_syntax_error /tag was never closed/, '{% raw %} foo'
|
||||||
|
assert_match_syntax_error /Valid syntax/, '{% raw } foo {% endraw %}'
|
||||||
assert_match_syntax_error /Valid syntax/, '{% raw } foo %}{% endraw %}'
|
assert_match_syntax_error /Valid syntax/, '{% raw } foo %}{% endraw %}'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user