Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

1.3.4

Compare
Choose a tag to compare
@KazuCocoa KazuCocoa released this 06 Jul 13:37
· 24 commits to master since this release

Support

  test_with_params "ast from enum of maps", fn a ->
    assert a == %{b: 1, c: 2}
  end do
    Enum.map([{%{b: 1, c: 2}}, {%{b: 1, c: 2}}], fn x -> x end)
  end