| 1 | // Regression test for the Rubi matcher's deadline support |
| 2 | // (scripts/rubi/match.ts). The backtracking AC matcher can, on pathological |
| 3 | // patterns, explore a large space; matchAll threads the driver deadline so |
| 4 | // a single rule's match cannot overrun the driver's timeLimitMs. See |