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
1 changed files with 1 additions and 1 deletions

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("");
}