Skip to content

Commit

Permalink
remove excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Mar 5, 2021
1 parent d4672e3 commit 8c85109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/json.jl
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ end
@test (JSON3.read(`echo \{\"i\":1\}`)).i == 1
@test (JSON3.read(`echo` & `echo \{\"i\":1\}`)).i == 1


@test_broken JSON3.write([Int64[] Int64[]]) == "[[],[]]" #TODO
@test JSON3.write([Int64[] Int64[]]') == "[]"

Expand Down

0 comments on commit 8c85109

Please sign in to comment.