Tests random small regexps involving literals and egrep operators.
| 49 | |
| 50 | // Tests random small regexps involving literals and egrep operators. |
| 51 | TEST(Random, SmallEgrepLiterals) { |
| 52 | RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(), |
| 53 | 15, Explode("abc"), |
| 54 | ""); |
| 55 | } |
| 56 | |
| 57 | // Tests random bigger regexps involving literals and egrep operators. |
| 58 | TEST(Random, BigEgrepLiterals) { |
nothing calls this directly
no test coverage detected