MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / Test_customEndOfLetterToLower

Function Test_customEndOfLetterToLower

pkg/sql2code/parser/parser_test.go:663–678  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

661}
662
663func Test_customEndOfLetterToLower(t *testing.T) {
664 names := []string{
665 "ID",
666 "IP",
667 "userID",
668 "orderID",
669 "LocalIP",
670 "bus",
671 "BUS",
672 "x",
673 "s",
674 }
675 for _, name := range names {
676 t.Log(customEndOfLetterToLower(name, inflection.Plural(name)))
677 }
678}

Callers

nothing calls this directly

Calls 1

customEndOfLetterToLowerFunction · 0.70

Tested by

no test coverage detected