diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/disposition.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/disposition.c b/test/unit/disposition.c index 08ac929e..47e2f4eb 100644 --- a/test/unit/disposition.c +++ b/test/unit/disposition.c @@ -32,6 +32,7 @@ struct testcase cases[] = { { "attachment; filename=/foo", "attachment", "_foo" }, { "attachment; filename=./../foo", "attachment", "_.._foo" }, { "attachment; filename=", "attachment", NULL }, + { "attachment; filename=\"foo", "attachment", NULL }, { "attachment; filename= ", "attachment", NULL }, { "attachment; filename=\"", "attachment", NULL }, { "attachment; filename=\"foo", "attachment", NULL }, |