test(headers): Add tests for possibly empty list headers.

This commit is contained in:
Pyfisch
2015-04-26 14:32:10 +02:00
parent 18f717fcf1
commit 76a4a01348
7 changed files with 53 additions and 19 deletions

View File

@@ -7,4 +7,4 @@ header! {
#[doc="The `Access-Control-Request-Method` header indicates which method will be"]
#[doc="used in the actual request as part of the preflight request."]
(AccessControlRequestMethod, "Access-Control-Request-Method") => [Method]
}
}