Lines Matching defs:String
16 // and the byte results from the string results. Therefore the table includes
19 pat string
20 text string
24 func (t FindTest) String() string {
151 if re.String() != test.pat {
152 t.Errorf("String() = `%s`; should be `%s`", re.String(), test.pat)
164 if expect != string(result) {
246 if expect != string(result[k]) {
327 if expect != string(result[k/2]) {
350 func testSubmatchString(test *FindTest, n int, submatches []int, result []string, t *testing.T) {