Skip to content

Commit

Permalink
Add 3 more cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk authored and dustin committed Mar 16, 2022
1 parent 8c89973 commit d5090ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ordinals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ func TestOrdinals(t *testing.T) {
{"101", Ordinal(101), "101st"},
{"102", Ordinal(102), "102nd"},
{"103", Ordinal(103), "103rd"},
{"211", Ordinal(211), "211th"},
{"212", Ordinal(212), "212th"},
{"213", Ordinal(213), "213th"},
}.validate(t)
}

0 comments on commit d5090ed

Please sign in to comment.