fix(headers): Fix formatting of 0 qualites and formatting of empty list header fields.

This commit is contained in:
Pyfisch
2015-04-28 08:46:26 +02:00
parent 29c8dd1b20
commit 621ef521f6
4 changed files with 19 additions and 33 deletions

View File

@@ -35,11 +35,10 @@ header! {
Method::Connect,
Method::Patch,
Method::Extension("fOObAr".to_string())])));
// FIXME: Formatting fails
// test_header!(
// test3,
// vec![b""],
// Some(HeaderField(Vec::<Method>::new())));
test_header!(
test3,
vec![b""],
Some(HeaderField(Vec::<Method>::new())));
}
}