func init() { … } // Verify that our IsSpace agrees with unicode.IsSpace. func TestIsSpace(t *T) { … } func TestSplitRegexp(t *T) { … } func TestMatcher(t *T) { … } var namingTestCases … func TestNaming(t *T) { … } func FuzzNaming(f *F) { … } // GoString returns a string that is more readable than the default, which makes // it easier to read test errors. func (m alternationMatch) GoString() string { … }