Fix integration test

pull/1114/head
Dash Peters 4 years ago committed by David Peter
parent fcf5ec2f77
commit 6faf61552e

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

Loading…
Cancel
Save