in reply to Re: problem in search pattern
in thread problem in search pattern
Update 2: I re-ran your programme with the "real" life data and it works fine again. The error you are looking for is not in the code you posted.
Maybe you don't see the print output because it is redirected somewhere you didn't expect?
Update: I searched for the string in your data, and my browser told me it wasn't there... now I see it. Whatever went wrong.
In your Dumper output of the test data, there is no string that matches "PRCIII".
That in turn makes your test for the string "PRCIII" fail.
In order to make it succeed, put that string in your test data.
Cheers, Sören
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: problem in search pattern
by rsennat (Beadle) on Dec 16, 2005 at 15:15 UTC | |
|
Re^3: problem in search pattern
by rsennat (Beadle) on Dec 16, 2005 at 15:22 UTC | |
by Happy-the-monk (Canon) on Dec 16, 2005 at 15:28 UTC | |
by rsennat (Beadle) on Dec 16, 2005 at 15:53 UTC |