Add example for List.wrap(nil)
This better covers the cases of List.wrap
This commit is contained in:
@@ -18,6 +18,7 @@ defmodule ListsTests do
|
||||
[1, 2, 3, 4],
|
||||
{1, 2, 3},
|
||||
["value"],
|
||||
[],
|
||||
["value"],
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user