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

@@ -8,4 +8,6 @@ header! {
#[doc="be used in the actual request as part of the preflight request."]
#[doc="during the actual request."]
(AccessControlRequestHeaders, "Access-Control-Request-Headers") => (UniCase<String>)*
test_access_control_request_headers {}
}