()
| 113 | |
| 114 | #[test] |
| 115 | fn test_parse_changelist_empty() { |
| 116 | let entries = parse_changelist("").unwrap(); |
| 117 | assert!(entries.is_empty()); |
| 118 | } |
| 119 | |
| 120 | #[test] |
| 121 | fn test_parse_changelist_single() { |
nothing calls this directly
no test coverage detected