Added pattern matching koan for keyword list

This commit is contained in:
codefupanda
2017-07-11 22:05:07 +05:30
parent 95e87c3fd8
commit 7a9f04dd45
2 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ defmodule PatternsTests do
"eggs, milk",
"Honda",
MatchError,
{:multiple, [:make, "Honda"]},
[1,2,3],
{:multiple, ["Meow", "Woof", "Eh?"]},
{:multiple, ["Mickey", "Donald", "I need a name!"]},