Tests for foreach
This commit is contained in:
@@ -87,7 +87,9 @@ foreach_test() ->
|
|||||||
F = fun(Row) ->
|
F = fun(Row) ->
|
||||||
case Row of
|
case Row of
|
||||||
{Key, Value} ->
|
{Key, Value} ->
|
||||||
put(Key, Value)
|
put(Key, Value);
|
||||||
|
_ ->
|
||||||
|
ok
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user