mirror of
https://github.com/sharkdp/bat.git
synced 2025-07-06 01:00:18 +02:00
Fix integration test
This commit is contained in:
@ -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("");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user