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