Skip to content

Commit

Permalink
add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Sep 27, 2016
1 parent b923892 commit 6f79105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/02_crush.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ my @tests = (
[ 'BADSTART="data;', { BADSTART => '"data' }],
[ 'BADEND=data";', { BADEND => 'data"' }],

# disallow "," as a delimiter
[ 'Foo=Bar; Bar=Baz, XXX=Foo%20Bar ; YYY=; ', { Foo => 'Bar', Bar => 'Baz, XXX=Foo Bar',YYY=>"" }],

[ '', {} ],
[ undef, {} ],
);
Expand Down

0 comments on commit 6f79105

Please sign in to comment.