mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-21 05:50:42 +01:00
remove --wrap for now
This commit is contained in:
parent
58198d0700
commit
536390509f
@ -101,7 +101,6 @@ fn tabs_passthrough_wrapped() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--tabs=0")
|
||||
.arg("--wrap=character")
|
||||
.arg("--style=plain")
|
||||
.arg("--decorations=always")
|
||||
.assert()
|
||||
@ -124,7 +123,6 @@ fn tabs_4_wrapped() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--tabs=4")
|
||||
.arg("--wrap=character")
|
||||
.arg("--style=plain")
|
||||
.arg("--decorations=always")
|
||||
.assert()
|
||||
@ -147,7 +145,6 @@ fn tabs_8_wrapped() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--tabs=8")
|
||||
.arg("--wrap=character")
|
||||
.arg("--style=plain")
|
||||
.arg("--decorations=always")
|
||||
.assert()
|
||||
@ -170,7 +167,6 @@ fn tabs_passthrough() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--tabs=0")
|
||||
.arg("--wrap=never")
|
||||
.arg("--style=plain")
|
||||
.arg("--decorations=always")
|
||||
.assert()
|
||||
@ -193,7 +189,6 @@ fn tabs_4() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--tabs=4")
|
||||
.arg("--wrap=never")
|
||||
.arg("--style=plain")
|
||||
.arg("--decorations=always")
|
||||
.assert()
|
||||
@ -216,7 +211,6 @@ fn tabs_8() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--tabs=8")
|
||||
.arg("--wrap=never")
|
||||
.arg("--style=plain")
|
||||
.arg("--decorations=always")
|
||||
.assert()
|
||||
|
Loading…
Reference in New Issue
Block a user