mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-22 14:30:42 +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(&[
|
.args(&[
|
||||||
"sample.rs",
|
"sample.rs",
|
||||||
"--decorations=always",
|
"--decorations=always",
|
||||||
|
"--terminal-width=80",
|
||||||
&format!("--style={}", style),
|
&format!("--style={}", style),
|
||||||
]).output()
|
]).output()
|
||||||
.expect("bat failed");
|
.expect("bat failed");
|
||||||
|
Loading…
Reference in New Issue
Block a user