diff --git a/t/lib/Quoter.t b/t/lib/Quoter.t index 8f41a44a..c71c9e0f 100644 --- a/t/lib/Quoter.t +++ b/t/lib/Quoter.t @@ -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 ],