We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcb26b commit 8da71c1Copy full SHA for 8da71c1
test/runtests.jl
@@ -9,6 +9,7 @@ random_tuple(n) = map(x -> abs(x) % floor(Int, 10^(6 / n)) + 1, map(rand, ntuple
9
@testset "Ensure identical behavior to collected Base.product" for v in [
10
(1:3, 4:10),
11
(rand(3, 2), (:a, :b)),
12
+ (1:2, "abc"),
13
map(x -> rand(x), random_tuple(1)),
14
map(x -> rand(x), random_tuple(2)),
15
map(x -> rand(x), random_tuple(3)),
0 commit comments