From 21f3337dec67ba17cdee6509c9597bc820048c7e Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Thu, 28 Apr 2022 09:32:30 -0400 Subject: [PATCH] Test a blank line in a comment tag --- test/integration/tags/inline_comment_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/tags/inline_comment_test.rb b/test/integration/tags/inline_comment_test.rb index 66fbc48d..a4fb23ee 100644 --- a/test/integration/tags/inline_comment_test.rb +++ b/test/integration/tags/inline_comment_test.rb @@ -37,6 +37,7 @@ class InlineCommentTest < Minitest::Test {%- # That kind of block comment is also allowed. # It would only be a stylistic difference. + # Much like JavaScript's /* */ comments and their # leading * on new lines. -%}