Re: gentest.pl v 0.28
[email protected] ("Riley") Wed, 24 Mar 2004 09:13:25 -0600
| Newsgroups | perl.golf |
|---|---|
| Organization | Legalbill |
| Message-ID | <[email protected]> |
Is is possible for our regex to have digits that are not part of a reference? All the examples (as far as I can tell) always have digits preceded by a backslash... So, my current solution fails on: (abc)123(xyz)\1 Is it okay to fail on the above, or does a new testsuite need to be made? Thanks -Riley "Ton Hospel" <[email protected]> wrote in message news:[email protected]... > Note for golf preparers: A new version of gentest.pl is out. > Get it from http://www.xs4all.nl/~thospel/golf/gentest.pl > > Mainly changes to make life easy for test developers: > - Easy naming of test using --names > - Checking input and output against the challenge regex: --check > - Using an model solution to generate the "out" fields: --model