1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-03-13 22:28:26 +00:00

Fix integration test

This commit is contained in:
Dash Peters 2020-07-06 13:44:19 -07:00 committed by David Peter
parent fcf5ec2f77
commit 6faf61552e

View File

@ -746,6 +746,6 @@ fn show_all_mode() {
.arg("--show-all")
.arg("nonprintable.txt")
.assert()
.stdout("helloworld␊\n├──┤␍␀␇␈␛")
.stdout("hello·world␊\n├──┤␍␀␇␈␛")
.stderr("");
}