mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
refact/cat ~ fix style issues
This commit is contained in:
parent
b1d06a9b58
commit
ab0ef90b4a
1 changed files with 2 additions and 1 deletions
|
@ -463,8 +463,9 @@ fn write_nonprint_to_end<W: Write>(in_buf: &[u8], writer: &mut W, tab: &[u8]) ->
|
|||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
mod tests {
|
||||
use std::io::{BufWriter, stdout};
|
||||
use std::io::{stdout, BufWriter};
|
||||
|
||||
#[test]
|
||||
fn test_write_nonprint_to_end_new_line() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue