Skip to content

Commit

Permalink
Merge pull request #82 from racinmat/master
Browse files Browse the repository at this point in the history
added tests for dict with symbols in keys and different types
  • Loading branch information
DhairyaLGandhi committed Feb 18, 2021
2 parents 1c40e5d + 1675f02 commit 7f8c1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ end
@test roundtrip_equal(Set([1,2,3]))
@test roundtrip_equal(Dict("a"=>1))
@test roundtrip_equal(T(()))
@test roundtrip_equal(Dict(:a => 1,:b => [1, 2]))
@test roundtrip_equal(Dict(:a => [1+2im, 3+4im], :b => "Hello, World!"))
end

@testset "Circular References" begin
Expand Down

0 comments on commit 7f8c1ee

Please sign in to comment.