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