()
| 161 | |
| 162 | #[test] |
| 163 | fn test_format_condensed_empty() { |
| 164 | let text = format_condensed(&[], &[]); |
| 165 | assert!(text.is_empty()); |
| 166 | } |
| 167 | |
| 168 | #[test] |
| 169 | fn test_format_condensed_with_entries() { |
nothing calls this directly
no test coverage detected