mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Add tests for text immediately following liquid tag
This commit is contained in:
@@ -19,4 +19,9 @@ class InlineCommentTest < Minitest::Test
|
||||
LIQUID
|
||||
assert_template_result('before()after', source)
|
||||
end
|
||||
|
||||
def test_no_space_after_hash_symbol
|
||||
assert_template_result('', '{% #immediate text %}')
|
||||
assert_template_result('', '{% liquid #immediate text %}')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user