()
| 560 | |
| 561 | #[test] |
| 562 | fn decode_unpadded() { |
| 563 | decode_test(UNPADDED_BIN, || { |
| 564 | Decoder::<Base64Unpadded>::new(UNPADDED_BASE64.as_bytes()).unwrap() |
| 565 | }) |
| 566 | } |
| 567 | |
| 568 | #[test] |
| 569 | fn decode_multiline_padded() { |
nothing calls this directly
no test coverage detected