()
| 122 | |
| 123 | #[test] |
| 124 | fn test_parse_changelist_empty() { |
| 125 | let entries = parse_changelist("").unwrap(); |
| 126 | assert!(entries.is_empty()); |
| 127 | } |
| 128 | |
| 129 | #[test] |
| 130 | fn test_parse_changelist_single() { |
nothing calls this directly
no test coverage detected