Skip to content

Commit

Permalink
Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 6, 2024
1 parent cdb7e86 commit 150e61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ranges.jl
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ end
x = OffsetArrays.IdOffsetRange(values=4:13, indices=4:13)
@test sort(x) === x === sort!(x)
@test sortperm(x) == eachindex(x)
@test issorted(x[sortperm(x)])
end
end
@testset "in" begin
Expand Down

0 comments on commit 150e61b

Please sign in to comment.