mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
fix kill list final new line test
This commit is contained in:
parent
7d445612a2
commit
db21fef95d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ fn test_kill_list_final_new_line() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.arg("-l")
|
.arg("-l")
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_matches(&Regex::new("\\n$").unwrap());
|
.stdout_matches(&Regex::new("[\\n\\r]$").unwrap());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue