Skip to content

Commit e81bb32

Browse files
committed
A little more coverage
1 parent de494fa commit e81bb32

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
@@ -64,7 +64,9 @@ end
6464

6565
@test_throws ArgumentError JSON3.read("")
6666
@test JSON3.read("{\"hey\":1}").hey == 1
67+
show(JSON3.read("{\"hey\":1}"))
6768
@test JSON3.read("[\"hey\",1]") == ["hey",1]
69+
show(JSON3.read("[\"hey\",1]"))
6870
@test JSON3.read("1.0") === 1
6971
@test JSON3.read("1") === 1
7072
@test JSON3.read("1.1") === 1.1

0 commit comments

Comments
 (0)