File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 60
60
end
61
61
end
62
62
63
- @testset " FieldCompletion" begin
64
- skip = VERSION ≥ v " 1.11.0-DEV"
65
- @test " offset" in comps (" split(\"\" , ' ')[1]." ) skip = skip
66
- @test " offset" in comps (" split(\"\" , ' ')[1].offset" ) skip = skip
67
- @test " offset" in comps (" split(\"\" , ' ')[1].offsett" ) skip = skip
68
- @test " offset" in comps (" split(\"\" , ' ')[1].ofst" ) skip = skip
69
- @test " offset" in comps (" split(\"\" , ' ')[1]." ) skip = skip
63
+ VERSION < v " 1.11.0-DEV" && @testset " FieldCompletion" begin
64
+ @test " offset" in comps (" split(\"\" , ' ')[1]." )
65
+ @test " offset" in comps (" split(\"\" , ' ')[1].offset" )
66
+ @test " offset" in comps (" split(\"\" , ' ')[1].offsett" )
67
+ @test " offset" in comps (" split(\"\" , ' ')[1].ofst" )
68
+ @test " offset" in comps (" split(\"\" , ' ')[1]." )
70
69
end
71
70
72
71
@testset " BalashCompletion" begin
99
98
@test comp (" Mis" ) == " Missing"
100
99
end
101
100
102
- @testset " inferrability" begin
101
+ VERSION >= v " 1.7 " && @testset " inferrability" begin
103
102
@inferred FuzzyCompletions. completions (" foo" , lastindex (" foo" ), @__MODULE__ )
104
103
end
105
104
You can’t perform that action at this time.
0 commit comments