mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
actually test whitespace stripping
This commit is contained in:
@@ -11,8 +11,8 @@ class RawTagTest < Minitest::Test
|
||||
end
|
||||
|
||||
def test_output_in_raw
|
||||
assert_template_result('{{ test }}', '{% raw %}{{ test }}{% endraw %}')
|
||||
assert_template_result('{{ test }}', '{%- raw -%}{{ test }}{%- endraw -%}')
|
||||
# assert_template_result('{{ test }}', '{% raw %}{{ test }}{% endraw %}')
|
||||
assert_template_result('>{{ test }}<', '> {%- raw -%}{{ test }}{%- endraw -%} <')
|
||||
end
|
||||
|
||||
def test_open_tag_in_raw
|
||||
|
||||
Reference in New Issue
Block a user