Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzhang committed Apr 21, 2024
1 parent d71e24a commit 13d88e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tuple/tuple_show.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ test "to_string" {
inspect(tuple3, content="(a, b, c)")?
inspect(tuple4, content="(1, 2, 3, hello)")?
inspect(tuple5, content="(List::[1], 2, 3, [4], 5)")?
inspect((1,2,3,4,5,6), ~content="(1, 2, 3, 4, 5, 6)")?
inspect((1,2,3,4,5,6,7), ~content="(1, 2, 3, 4, 5, 6, 7)")?
}

0 comments on commit 13d88e9

Please sign in to comment.