Skip to content

Commit 7f8c1ee

Browse files
Merge pull request #82 from racinmat/master
added tests for dict with symbols in keys and different types
2 parents 1c40e5d + 1675f02 commit 7f8c1ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ end
4242
@test roundtrip_equal(Set([1,2,3]))
4343
@test roundtrip_equal(Dict("a"=>1))
4444
@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!"))
4547
end
4648

4749
@testset "Circular References" begin

0 commit comments

Comments
 (0)