progs/matcher/re2.sc
changeset 1007 fe2edf2cbd74
parent 999 e719e420cbc7
--- 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")
   }
 }