Skip to content

Commit c668130

Browse files
authored
Update basic_indexing.jl
add test
1 parent 49d6742 commit c668130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/basic_indexing.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,6 @@ mulX .= sqrt.(abs.(testva .* testvb))
232232
a = ArrayPartition(1:5, 1:6)
233233
a[1:8]
234234
a[[1, 3, 8]]
235+
236+
# issue 354
237+
@test VectorOfArray(ones(1))[:] == ones(1)

0 commit comments

Comments
 (0)