()
| 255 | |
| 256 | #[test] |
| 257 | fn test_parse_author_none() { |
| 258 | let record = Record::new(); |
| 259 | let author = record.parse_author(); |
| 260 | assert!(author.is_none()); |
| 261 | } |
| 262 | |
| 263 | #[test] |
| 264 | fn test_parse_author_with_spaces() { |
nothing calls this directly
no test coverage detected