Merge pull request #131 from iamvery/list-koans

List koans
This commit is contained in:
Uku Taht
2016-06-13 23:15:19 +01:00
committed by GitHub
2 changed files with 9 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ defmodule ListsTests do
3,
[1, 2, :a, "b"],
[1,2],
[1,2,3],
[1,3],
[:a, :c],
[:a, :b],
["life", "life", "life"],
[1, 2, 3, 4, 5],
[1, 4, 2, 3],
@@ -18,6 +18,7 @@ defmodule ListsTests do
[1, 2, 3, 4],
{1, 2, 3},
["value"],
[],
["value"],
]