We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fffacb3 + 98f47aa commit f1bec46Copy full SHA for f1bec46
src/libextra/base64.rs
@@ -260,7 +260,7 @@ mod test {
260
261
#[test]
262
fn test_to_base64_line_break() {
263
- assert!(![0u8, 1000].to_base64(Config {line_length: None, ..STANDARD})
+ assert!(![0u8, ..1000].to_base64(Config {line_length: None, ..STANDARD})
264
.contains("\r\n"));
265
assert_eq!("foobar".as_bytes().to_base64(Config {line_length: Some(4),
266
..STANDARD}),
0 commit comments