summaryrefslogtreecommitdiff
path: root/test/indent/ruby/insert-comment-hash/out
blob: b56830710a2b3f02f8b2e1309980250e54558cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Comment
# comment2

# comment3
# comment4

#    indented
#    indented2

def f
    # comment
    # comment2
end

def f
    # comm
    # ent
end