Skip to content

Commit 8da71c1

Browse files
committed
add test for strings (HasLength type)
1 parent cdcb26b commit 8da71c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ random_tuple(n) = map(x -> abs(x) % floor(Int, 10^(6 / n)) + 1, map(rand, ntuple
99
@testset "Ensure identical behavior to collected Base.product" for v in [
1010
(1:3, 4:10),
1111
(rand(3, 2), (:a, :b)),
12+
(1:2, "abc"),
1213
map(x -> rand(x), random_tuple(1)),
1314
map(x -> rand(x), random_tuple(2)),
1415
map(x -> rand(x), random_tuple(3)),

0 commit comments

Comments
 (0)