From 8574c3827aefdc29785aa7f40bfc639b65e7bf3b Mon Sep 17 00:00:00 2001 From: Dmitry Matveyev Date: Sun, 6 Jun 2021 14:25:06 +0600 Subject: [PATCH] Event better tests for comments --- test/indent/elixir/insert-comment-hash/cmd | 2 +- test/indent/elixir/insert-comment-hash/out | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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