We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dce95 commit eb2d2f7Copy full SHA for eb2d2f7
test/ranges.jl
@@ -1574,7 +1574,7 @@ end
1574
@test findall(in(r), 2:(length(r) - 1)) === 1:(length(r) - 2)
1575
end
1576
let r = Base.OneTo(Int8(4))
1577
- @test first(r,4) === r
+ @test first(r,4) === r
1578
1579
@test convert(Base.OneTo, 1:2) === Base.OneTo{Int}(2)
1580
@test_throws ArgumentError("first element must be 1, got 2") convert(Base.OneTo, 2:3)
0 commit comments