summaryrefslogtreecommitdiff
path: root/test/indent/elixir/insert-comment-hash/out
blob: d4587bbe73ad54bf1d3a848949fa2d66ecd90862 (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() do
    # comment
    # comment2
end

def f() do
    # comm
    # ent
end