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 1c40e5d commit 1675f02Copy full SHA for 1675f02
test/runtests.jl
@@ -42,6 +42,8 @@ end
42
@test roundtrip_equal(Set([1,2,3]))
43
@test roundtrip_equal(Dict("a"=>1))
44
@test roundtrip_equal(T(()))
45
+ @test roundtrip_equal(Dict(:a => 1,:b => [1, 2]))
46
+ @test roundtrip_equal(Dict(:a => [1+2im, 3+4im], :b => "Hello, World!"))
47
end
48
49
@testset "Circular References" begin
0 commit comments