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