On Wed, Jun 27, 2007 at 01:32:05PM +0100, Steve Hay wrote: > Tim Bunce wrote: > >Please try the attached and let me know if it works for you. > > Sorry, it still doesn't work: > > not ok 14 - Program matches > # Failed test 'Program matches' > # at t\41prof_dump.t line 79. > # got: 't\\41prof_dump.t' > # expected: 't\41prof_dump.t' > > Putting some debug into unescape_key() and escape_key() I see some > output from escape_key(), changing the \ to \\, but none from > unescape_key(). Are you sure DBI::ProfileData is even involved here?
D'oh! The test is reading the file directly, naughty. I've just deleted that test. Still, thanks for finding that bug, even if it wasn't what the test was showing :) Tim.