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