mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 05:57:46 +00:00
Merge pull request #2518 from jfinkels/tac-no-line-separators-in-file
tac: handle no line separators in file
This commit is contained in:
commit
00f6fce89d
2 changed files with 13 additions and 1 deletions
|
@ -68,3 +68,8 @@ fn test_invalid_input() {
|
|||
.fails()
|
||||
.stderr_contains("dir: read error: Invalid argument");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_no_line_separators() {
|
||||
new_ucmd!().pipe_in("a").succeeds().stdout_is("a");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue