diff options
author | volth <volth@volth.com> | 2018-07-05T02·52+0000 |
---|---|---|
committer | volth <volth@volth.com> | 2018-07-05T02·54+0000 |
commit | 403a76a18fbbbc7b1ad4b65ed8c66c9abbbffa6f (patch) | |
tree | 491ac5ef065bc2b7f03cc3f40e0f786956e14a5f /tests/lang/eval-okay-concatmap.exp | |
parent | 3defdccf4b46fe678496e5e3430c55b827477d0d (diff) |
lib.concatMap and lib.mapAttrs to be builtins
Diffstat (limited to 'tests/lang/eval-okay-concatmap.exp')
-rw-r--r-- | tests/lang/eval-okay-concatmap.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-concatmap.exp b/tests/lang/eval-okay-concatmap.exp new file mode 100644 index 000000000000..3b8be7739deb --- /dev/null +++ b/tests/lang/eval-okay-concatmap.exp @@ -0,0 +1 @@ +[ [ 1 3 5 7 9 ] [ "a" "z" "b" "z" ] ] |