|
From: Robin B. <ro...@kn...> - 2001-10-22 07:21:32
|
On Monday 22 October 2001 05:18, Bjoern Hoehrmann wrote:
> What if Text::Balanced 1.99 re-introduces this bug? :-)
> Having a test case, we can notice it.
Well... it would be a bit over the border to test other modules in our own
distribution. We might as well ship with Perl's test suite to check that it's
working fine :)
If I remember correctly, the bug was that a backslash before a newline inside
a block caused extract_bracketed to fail. The following should be a failing
sample:
{
prop: val\
ue;
}
The place for this test is, of course, Text::Balanced's own test suite.
Cooking up a test for this would be easy (if Damian hasn't already included
one). You can then submit it to him for inclusion (and wait ~three weeks for
him to reach the bottom of his mail backlog ;-)
--
_______________________________________________________________________
Robin Berjon <ro...@kn...> -- CTO
k n o w s c a p e : // venture knowledge agency www.knowscape.com
-----------------------------------------------------------------------
Computer games don't affect kids, I mean if pac man affected us as kids,
we'd all sit around in a darkened room munching pills and listening to
repetitive music.
|