Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 9, 2023
1 parent 3ab0c9f commit 05f7501
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions upickle/test/src/upickle/example/ExampleTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ object ExampleTests extends TestSuite {
write(Map.empty[Int, Int]) ==> """{}"""
write(Map(Seq.empty[Int] -> Seq.empty[Int])) ==> """[[[],[]]]"""

write(Map(1 -> 2, 3 -> 4), indent = 4) ==>
"""{
| "1": 2,
| "3": 4
|}""".stripMargin

write(Map(Seq.empty[Int] -> Seq.empty[Int]), indent = 4) ==>
"""[
| [
Expand Down

0 comments on commit 05f7501

Please sign in to comment.