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 34f152d commit 66a37f9Copy full SHA for 66a37f9
test/tangent.jl
@@ -16,6 +16,8 @@ using Test
16
17
@testset "Display" begin
18
@test repr(ZeroBundle{1}(2.0)) == "ZeroBundle{1}(2.0)"
19
+ #=
20
+ Overloading of Type printing is disabled for now
21
@test repr(DNEBundle{1}(getfield)) == "DNEBundle{1}(getfield)"
22
23
@test repr(ZeroBundle{1}) == "ZeroBundle{1}"
@@ -24,6 +26,7 @@ using Test
24
26
@test repr((ZeroBundle{N, Float64} where N).body) == "ZeroBundle{N, Float64}"
25
27
28
@test repr(typeof(DNEBundle{1}(getfield))) == "DNEBundle{1, typeof(getfield)}"
29
+ =#
30
end
31
32
0 commit comments