progs/matcher/re2.sc
changeset 767 bdd12391d345
parent 742 b5b5583a3a08
child 769 f9686b22db7e
--- a/progs/matcher/re2.sc	Tue Sep 29 12:52:07 2020 +0100
+++ b/progs/matcher/re2.sc	Tue Sep 29 19:35:11 2020 +0100
@@ -90,7 +90,7 @@
 def test2() = {
   println("Test (a*)* b")
 
-  for (i <- 0 to 20 by 2) {
+  for (i <- 0 to 30 by 2) {
     println(f"$i: ${time_needed(2, matcher(EVIL2, "a" * i))}%.5f")
   }
 }