# HG changeset patch # User Christian Urban # Date 1543459104 0 # Node ID e722f4ba54dea311ec6d4a516c4a70cf2043ac0f # Parent be065677c8f1360c0887e847d91a002b3a7c62a5 updated diff -r be065677c8f1 -r e722f4ba54de progs/catastrophic9.java --- a/progs/catastrophic9.java Thu Nov 29 02:37:01 2018 +0000 +++ b/progs/catastrophic9.java Thu Nov 29 02:38:24 2018 +0000 @@ -25,7 +25,7 @@ Pattern pattern = Pattern.compile("(a*)*b"); - // Run from 5 to 28 characters + // Run from 0 to 50000 characters for (int length = 0; length < 50000; length += 5000) { // Build input of specified length