Skip to content

Commit

Permalink
add a regression test for what our cleanup fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Nov 12, 2023
1 parent 1e328ad commit faea68c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/style/blocks_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ defmodule Styler.Style.BlocksTest do
with {:ok, a} <- foo(),
{:ok, b} <- bar(a) do
{:ok, b}
else
error -> error
end
""",
"""
Expand Down

0 comments on commit faea68c

Please sign in to comment.