()
| 567 | |
| 568 | #[test] |
| 569 | fn decode_multiline_padded() { |
| 570 | decode_test(MULTILINE_PADDED_BIN, || { |
| 571 | Decoder::<Base64>::new_wrapped(MULTILINE_PADDED_BASE64.as_bytes(), 70).unwrap() |
| 572 | }) |
| 573 | } |
| 574 | |
| 575 | #[test] |
| 576 | fn decode_multiline_unpadded() { |
nothing calls this directly
no test coverage detected