Skip to content

Commit 2b9ccd0

Browse files
committed
Update test_blockrange.jl
1 parent b8fef1f commit 2b9ccd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_blockrange.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ using BlockArrays, Test
5151

5252
A = BlockArray(reshape(collect(1:(6*12)),6,12), 1:3, 3:5)
5353
V = view(view(A, Block.(2:3), Block.(1:3)), Block(2), Block(2))
54+
@test V view(A, Block(3,2))
5455
@test V == view(A, Block.(2:3), Block.(1:3))[Block(2,2)] == A[Block(3, 2)]
5556

5657

0 commit comments

Comments
 (0)