mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 10:55:01 +00:00
Add two tests with literal commas.
This commit is contained in:
@@ -139,6 +139,8 @@ my @latin1_serialize_tests = (
|
||||
[ 'a' ],
|
||||
[ 'a', 'b', ],
|
||||
[ 'a,', 'b', ], # trailing comma
|
||||
[ ',a', 'b', ], # leading comma
|
||||
[ 'a', ',b' ],
|
||||
[ 0 ],
|
||||
[ 0, 0 ],
|
||||
[ 1, 2 ],
|
||||
|
Reference in New Issue
Block a user