Fix terminal width to 80 characters in tests

This commit is contained in:
sharkdp 2018-08-31 22:52:35 +02:00 committed by David Peter
parent 8a52bcf92d
commit a6ff3b900d
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ impl BatTester {
.args(&[
"sample.rs",
"--decorations=always",
"--terminal-width=80",
&format!("--style={}", style),
]).output()
.expect("bat failed");