|
From: Doug R. <df...@nl...> - 2004-01-05 10:16:18
|
On Mon, 2004-01-05 at 01:02, Jeremy Fitzhardinge wrote: > CVS commit by fitzhardinge: > > Debork regtests The '\1' reference will not work on FreeBSD. To quote the manpage: Back references are a dreadful botch, posing major problems for efficient implementations. They are also somewhat vaguely defined (does `a\(\(b\)*\2\)*d' match `abbbd'?). Avoid using them. |