# HG changeset patch # User Christian Urban # Date 1543459104 0 # Node ID 52e9ab639c991eed009d5691f40b75f894de8934 # Parent 3ed8ac396863b04120281fc05d19fd7fdb78d40e updated diff -r 3ed8ac396863 -r 52e9ab639c99 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