mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-26 09:43:51 +01:00
Fix integration test
This commit is contained in:
parent
fcf5ec2f77
commit
6faf61552e
@ -746,6 +746,6 @@ fn show_all_mode() {
|
||||
.arg("--show-all")
|
||||
.arg("nonprintable.txt")
|
||||
.assert()
|
||||
.stdout("hello•world␊\n├──┤␍␀␇␈␛")
|
||||
.stdout("hello·world␊\n├──┤␍␀␇␈␛")
|
||||
.stderr("");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user