On Wed, 20 Sep 2000 11:34:25 +0900, KIMURA Takeshi wrote:
>
>Thank you Paul.
>
>Paul Schinder wrote on 00.9.19 7:16 AM:
>>At 1:10 PM +0900 9/19/00, KIMURA Takeshi wrote:
>>>I am still stickng to XS version of HTML::Parser.
>>>After making 3.13 I've tested the t files.
>>>The 'not ok' results are like below.
>>>Are these another 5.004 related problems?
>>>It would be very nice if I can have a clue to workaround.
>>
>>Those error messages you're seeing are a deliberate part of the test,
>>and actually most of the tests are passing. The problem is a common
>>one. MacPerl prepends a '# ' to the messages that go into $@, and
>>the tests look for an anchored string, so the string doesn't match.
>>Take the ^ off the match strings in the tests and see what happens.
>>
>>I'm not sure what's going on in the options.t test, but I'll bet is
>>something similar. Use the debugger to find out.
>
>I added -w and see what happens!
>
># netscape_buggy_comment() is deprecated. Please use the strict_comment()
method instead
>File 'KIM-HD-001:WorkShop:MacPerl
XS:MacPerl_Src:perl:ext:HTML-Parser-3.13:t:options.t'; Line 37
>ok 5
>
>The test passes! Is this OK?
It looks fine.
>
>
>--
>Takeshi
>
>
>
-------
Paul J. Schinder
[EMAIL PROTECTED]