--- a/progs/matcher/re2.sc Fri Oct 10 12:26:29 2025 +0100
+++ b/progs/matcher/re2.sc Sat Oct 11 08:33:35 2025 +0100
@@ -93,7 +93,7 @@
def test2() = {
println("Test (a*)* b")
- for (i <- 0 to 20 by 2) {
+ for (i <- 0 to 22 by 2) {
println(f"$i: ${time_needed(1, matcher(EVIL2, "a" * i))}%.5f")
}
}