Re: Some basic string tests.

2002-11-15 Thread David Wheeler
On Thursday, November 14, 2002, at 11:12 PM, Piers Cawley wrote: That's not actually what I meant. You use TODO blocks in your test scripts, like this: TODO: { local $TODO = "Not yet implemented"; ok( foo(), $test_name ); is( foo(42), 23

Re: Some basic string tests.

2002-11-15 Thread Piers Cawley
David Wheeler <[EMAIL PROTECTED]> writes: > On Monday, November 11, 2002, at 02:32 PM, Joseph F. Ryan wrote: > >> -Things that are currently unimplemented in P6C are in the TODO >> folder, per >> David Wheeler's suggestion. > > That's not actually what I meant. You use TODO blocks in your test >

Re: Some basic string tests.

2002-11-12 Thread David Wheeler
On Monday, November 11, 2002, at 02:32 PM, Joseph F. Ryan wrote: -Things that are currently unimplemented in P6C are in the TODO folder, per David Wheeler's suggestion. That's not actually what I meant. You use TODO blocks in your test scripts, like this: TODO: { local

Some basic string tests.

2002-11-11 Thread Joseph F. Ryan
I wrote up some basic string tests, just to get a feel. You can find them at: http://jryan.perlmonk.org/images/stringtest.tar.gz Things of note: -I wasn't sure how the tests should be written, so I wrote them in a generic 'code in .t, expected output in .o' form. This should