diff --git a/test/integration/tags/inline_comment_test.rb b/test/integration/tags/inline_comment_test.rb index 9f4859f..55db227 100644 --- a/test/integration/tags/inline_comment_test.rb +++ b/test/integration/tags/inline_comment_test.rb @@ -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