Add quirks test for extra dots in ranges

This commit is contained in:
Justin Li
2014-11-05 11:41:12 -05:00
parent 4d97a714a9
commit 95b031ee04

View File

@@ -110,4 +110,10 @@ class ParsingQuirksTest < Minitest::Test
end
end
def test_extra_dots_in_ranges
with_error_mode(:lax) do
assert_template_result('12345', "{% for i in (1...5) %}{{ i }}{% endfor %}")
end
end
end # ParsingQuirksTest