Skip to content

Commit d5090ed

Browse files
sapkdustin
authored andcommitted
Add 3 more cases
1 parent 8c89973 commit d5090ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ordinals_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ func TestOrdinals(t *testing.T) {
2121
{"101", Ordinal(101), "101st"},
2222
{"102", Ordinal(102), "102nd"},
2323
{"103", Ordinal(103), "103rd"},
24+
{"211", Ordinal(211), "211th"},
25+
{"212", Ordinal(212), "212th"},
26+
{"213", Ordinal(213), "213th"},
2427
}.validate(t)
2528
}

0 commit comments

Comments
 (0)