Skip to content

Commit b2f6cf9

Browse files
committed
test for ndims
1 parent 38bb168 commit b2f6cf9

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
@@ -105,6 +105,7 @@ end
105105
end
106106

107107
@testset "iteration" begin
108+
@test ndims(v) == ndims(typeof(v)) == 1
108109
@test length(v) == 4 == length(v')
109110
@test length(TupleVec()) == length(TupleVec(())) == length(TupleVec((;))) == 0
110111
@test eltype(v) == Float64 == eltype(v')

0 commit comments

Comments
 (0)