mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Slight improvement to the deserialize regex and its test output.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user