diff options
author | Alex Rice <alexrice999@hotmail.co.uk> | 2019-09-19T14·35+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-09-19T14·56+0100 |
commit | 5f6b51cce4feb91ac5748099811c1a70c30b2937 (patch) | |
tree | 0dd5c420bf96348fb7b269a1ca0370b7eb2e535c | |
parent | 13cc0d3d4814b4871b0e03fc0a522c135f3607e6 (diff) |
test: add eitherN test
-rw-r--r-- | tests.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.nix b/tests.nix index f2380a770945..6863ced066f8 100644 --- a/tests.nix +++ b/tests.nix @@ -80,6 +80,7 @@ deepSeq rec { any bool drv float int string path (attrs int) + (eitherN [ int string bool ]) (either int string) (enum [ "foo" "bar" ]) (list string) |