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 883e7ef commit 6c69e93Copy full SHA for 6c69e93
test/historical_stdlib_version.jl
@@ -19,14 +19,12 @@ using .Utils
19
@test is_stdlib(networkoptions_uuid, v"1.6")
20
@test !is_stdlib(networkoptions_uuid, v"1.5")
21
@test !is_stdlib(networkoptions_uuid, v"1.0.0")
22
- @test !is_stdlib(networkoptions_uuid, v"0.7")
23
@test !is_stdlib(networkoptions_uuid, nothing)
24
25
# Pkg is an unregistered stdlib and has always been an stdlib
26
@test is_stdlib(pkg_uuid)
27
@test is_stdlib(pkg_uuid, v"1.0")
28
@test is_stdlib(pkg_uuid, v"1.6")
29
- @test is_stdlib(pkg_uuid, v"0.7")
30
@test is_stdlib(pkg_uuid, nothing)
31
32
# We can't serve information for unknown major.minor versions (patches can not match)
0 commit comments