Skip to content

Commit ac3d86d

Browse files
Update test/interface_tests.jl
Co-authored-by: Isaac Wheeler <47340776+Ickaser@users.noreply.github.com>
1 parent c3b3a8d commit ac3d86d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/interface_tests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ testva_end = VectorOfArray([fill(2.0, 2) for i in 1:10])
7272
last_col = lastindex(testva_end, 2)
7373
@inferred testva_end[1, last_col]
7474
@test testva_end[1, last_col] == 2.0
75+
last_row = lastindex(testva_end)
76+
@inferred testva_end[last_row, 1]
77+
@test testva_end[last_row, 1 == 2.0]
7578

7679
# mapreduce
7780
testva = VectorOfArray([[1, 2, 3], [4, 5, 6], [7, 8, 9]])

0 commit comments

Comments
 (0)