mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-30 03:33:54 +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("--show-all")
|
||||||
.arg("nonprintable.txt")
|
.arg("nonprintable.txt")
|
||||||
.assert()
|
.assert()
|
||||||
.stdout("hello•world␊\n├──┤␍␀␇␈␛")
|
.stdout("hello·world␊\n├──┤␍␀␇␈␛")
|
||||||
.stderr("");
|
.stderr("");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user