| 30 | namespace { |
| 31 | |
| 32 | static const char* testStringForMatching() { |
| 33 | return "this string contains 'abc' as a substring"; |
| 34 | } |
| 35 | |
| 36 | static const char* testStringForMatching2() { |
| 37 | return "some completely different text that contains one common word"; |