Re: 700 tests for PGE

2004-12-20 Thread Patrick R. Michaud
On Mon, Dec 20, 2004 at 02:07:10PM -0700, Patrick R. Michaud wrote: > On Mon, Dec 20, 2004 at 01:59:57PM +0200, Markus Laire wrote: > > > > I was wondering if it would make sense to add the original 're_tests' > > file to parrot distribution, with a script which autogenerates > > 're_tests.t' fr

Re: 700 tests for PGE

2004-12-20 Thread Patrick R. Michaud
On Mon, Dec 20, 2004 at 01:59:57PM +0200, Markus Laire wrote: > > I was wondering if it would make sense to add the original 're_tests' > file to parrot distribution, with a script which autogenerates > 're_tests.t' from it. This way it would be possible to update the script > if testing-format

Re: 700 tests for PGE

2004-12-20 Thread Markus Laire
Patrick R. Michaud wrote: I'm getting errors from the test script itself, there are lines such as # 65: ^ abc y $& p6rule_like('abc', '^', qr/0: <\Q\E @/, 're_tests 35/$0 (#35)'); # 66: $ abc y $& p6rule_like('abc', '$', qr/0: <\Q\E @/, 're_tests 36/$0 (#36)'); which cause my te

Re: 700 tests for PGE

2004-12-19 Thread Patrick R. Michaud
On Sat, Dec 18, 2004 at 09:49:32PM +0200, Markus Laire wrote: > Here are 700 tests for pge, autoconverted from 're_tests' file, from > perl5 source. > > If there are any significant errors in these tests, please tell, and I > can correct the script. Original perl5-tests are in comments so it's