From ddc32b7bd8f28e709208245d5fd6a668792f8a48 Mon Sep 17 00:00:00 2001 From: Marco Concetto Rudilosso Date: Wed, 1 Feb 2023 15:52:34 +0000 Subject: [PATCH] actually test whitespace stripping --- test/integration/tags/raw_tag_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/tags/raw_tag_test.rb b/test/integration/tags/raw_tag_test.rb index 1aa9bdd2..6d395b5b 100644 --- a/test/integration/tags/raw_tag_test.rb +++ b/test/integration/tags/raw_tag_test.rb @@ -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