Sort testCases by key name.

This commit is contained in:
Steven Edwards 2015-09-08 18:56:39 -04:00
parent b78feafacd
commit b1369b2178

View file

@ -213,9 +213,9 @@ func TestIndex(t *testing.T) {
func TestName(t *testing.T) {
testCases := map[string]string{
"luxisr": "Luxi Sans",
"luximr": "Luxi Mono",
"luxirr": "Luxi Serif",
"luxisr": "Luxi Sans",
}
for name, want := range testCases {