Skip to content

Commit a13e955

Browse files
Add test that confirms old docstring was broken
1 parent aceca0f commit a13e955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/larrays.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ using LabelledArrays, Test, InteractiveUtils
7878
@test vcat(x, y) == [1, 2, 3, 4, 5, 6]
7979

8080
@test_throws ErrorException x.z
81+
82+
# Ref #93, #154
83+
@test_broken @LVector [1, 2, 3] (:a, :b, :c)
8184
end
8285

8386
@testset "Alternate array backends" begin

0 commit comments

Comments
 (0)