Add two tests with literal commas.

This commit is contained in:
Daniel Nichter
2013-02-12 13:18:12 -07:00
parent 0fd4f27289
commit 924f3eb5da

View File

@@ -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 ],