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