(str string)
| 157 | } |
| 158 | |
| 159 | func (e *outExpecter) ExpectRegexMatch(str string) string { |
| 160 | return e.expectMatchContextFunc(str, e.ExpectRegexMatchContext) |
| 161 | } |
| 162 | |
| 163 | func (e *outExpecter) expectMatchContextFunc(str string, fn func(ctx context.Context, str string) string) string { |
| 164 | e.t.Helper() |