diff --git a/test/indent/ruby/insert-comment-hash/cmd b/test/indent/ruby/insert-comment-hash/cmd index bd828f35..1b9319dc 100644 --- a/test/indent/ruby/insert-comment-hash/cmd +++ b/test/indent/ruby/insert-comment-hash/cmd @@ -1 +1 @@ -cjo# comment3comment4jo# indentedindented2 +cjo# comment3comment4jo# indentedindented2jodef f# commentcomment2jjodef f# commenthhhi diff --git a/test/indent/ruby/insert-comment-hash/out b/test/indent/ruby/insert-comment-hash/out index 1dba5ac9..b5683071 100644 --- a/test/indent/ruby/insert-comment-hash/out +++ b/test/indent/ruby/insert-comment-hash/out @@ -6,3 +6,13 @@ # indented # indented2 + +def f + # comment + # comment2 +end + +def f + # comm + # ent +end