MCPcopy
hub / github.com/urfave/cli / TestLexicographicLess

Function TestLexicographicLess

sort_test.go:27–32  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

25}
26
27func TestLexicographicLess(t *testing.T) {
28 for _, test := range lexicographicLessTests {
29 actual := lexicographicLess(test.i, test.j)
30 assert.Equal(t, test.expected, actual)
31 }
32}

Callers

nothing calls this directly

Calls 1

lexicographicLessFunction · 0.85

Tested by

no test coverage detected