Skip to content

Commit

Permalink
Update basic_indexing.jl
Browse files Browse the repository at this point in the history
add test
  • Loading branch information
lxvm authored Feb 19, 2024
1 parent 49d6742 commit c668130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/basic_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,6 @@ mulX .= sqrt.(abs.(testva .* testvb))
a = ArrayPartition(1:5, 1:6)
a[1:8]
a[[1, 3, 8]]

# issue 354
@test VectorOfArray(ones(1))[:] == ones(1)

0 comments on commit c668130

Please sign in to comment.