mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 09:45:40 +03:00
Reserve future support for comment line before a tag name
This commit is contained in:
@@ -26,7 +26,9 @@ class InlineCommentTest < Minitest::Test
|
||||
|
||||
def test_comment_inline_tag
|
||||
assert_template_result('ok', '{% echo "ok" # output something from a tag %}')
|
||||
end
|
||||
|
||||
def test_comment_line_before_tag
|
||||
assert_template_result('ok', '{% # this sort of comment also
|
||||
echo "ok" %}')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user