Follow-up to r2413, the collapsing of block into `[...]`
done by the OnelinerFormatter is now done without using a regexp.
The regexp did use negative lookahead expressions which crashed when the input was too big. Closes #2468.
Authored by: cboos 2005-12-12
Parent: [r2641]
Child: [r2643]