Add example for List.wrap(nil)

This better covers the cases of List.wrap
This commit is contained in:
Jay Hayes
2016-06-13 09:29:36 -05:00
parent f95086b14d
commit c20436d0c6
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ defmodule ListsTests do
[1, 2, 3, 4],
{1, 2, 3},
["value"],
[],
["value"],
]