Re: Test-Regex-0.01.tar.gz

2004-08-02 Thread Ricardo SIGNES
* Rafael Garcia-Suarez <[EMAIL PROTECTED]> [2004-08-02T10:12:22] > What kind of useful diagnostics could this module emit in case of > failure? IMO they have to be precisely detailed. # failed comparisons follow: # expected $1: (610) # got $1: 691 # expected $4: x258 # got $4: 258 That'

Re: Test-Regex-0.01.tar.gz

2004-08-02 Thread Rafael Garcia-Suarez
Andy Lester wrote: > Lets you check the dollar vars of your results > > matches_are( "dog food", qr/dog(.+)/, 1=>"food", "Matched OK" ); > > or > > matches_are( "first middle end", qr/middle|center/, > "&" => "middle", "`" => "first " ); > > Eventually we'll handle the punc vars