mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-22 06:20:44 +01:00
Fix terminal width to 80 characters in tests
This commit is contained in:
parent
8a52bcf92d
commit
a6ff3b900d
@ -44,6 +44,7 @@ impl BatTester {
|
||||
.args(&[
|
||||
"sample.rs",
|
||||
"--decorations=always",
|
||||
"--terminal-width=80",
|
||||
&format!("--style={}", style),
|
||||
]).output()
|
||||
.expect("bat failed");
|
||||
|
Loading…
Reference in New Issue
Block a user