Skip to content

Commit aa3c3a6

Browse files
committed
Add test to verify fix.
1 parent 031d504 commit aa3c3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Dflydev/FigCookies/CookieTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function provideParsesOneFromCookieStringData() : array
5454
['someCookie=something', 'someCookie', 'something'],
5555
['hello%3Dworld=how%22are%27you', 'hello%3Dworld', 'how"are\'you'],
5656
['empty=', 'empty', ''],
57+
['broken', 'broken', ''],
5758
];
5859
}
5960

0 commit comments

Comments
 (0)