Keep old test as well

This commit is contained in:
Justin Li
2015-06-02 15:21:51 -04:00
parent c290375aec
commit 889019f53a
+1
View File
@@ -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