Skip to content

Commit c9fdf20

Browse files
authored
Test elsize directly
1 parent d96c532 commit c9fdf20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/larrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using LabelledArrays, Test, InteractiveUtils
44
vals = [1.0,2.0,3.0]
55
syms = (:a,:b,:c)
66
x = @LArray vals syms
7+
@test Base.elszie(x) == 8
78
@test_nowarn display(x)
89
y = @LVector Float64 (:a,:b,:c)
910
y .= [1,2,3.]

0 commit comments

Comments
 (0)