Slight improvement to the deserialize regex and its test output.

This commit is contained in:
Brian Fraser
2011-12-28 20:08:30 -03:00
parent 4197b09f53
commit 85817a795c
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ SKIP: {
$sth->execute($test_index, $ser);
$selsth->execute($test_index);
my $flat_string = "@{$serialize_tests[$test_index]}";
my $flat_string = "[" . join("][", @{$serialize_tests[$test_index]}) . "]";
$flat_string =~ s/\n/\\n/g;
is_deeply(