mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
correctly handle multiple tabs in one line
This commit is contained in:
committed by
David Peter
parent
67124f8513
commit
e7df748b6d
@@ -1227,7 +1227,7 @@ fn show_all_tabstops() {
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(
|
||||
"├──┤1├┤2├──┤3├┤4␊
|
||||
"├──┤1├─┤2├─┤3├─┤4␊
|
||||
1├─┤?␊
|
||||
22├┤?␊
|
||||
333↹?␊
|
||||
@@ -1250,7 +1250,7 @@ fn show_all_tabstops_long() {
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(
|
||||
"├──────┤1├────┤2├──┤3├┤4␊
|
||||
"├──────┤1├─────┤2├─────┤3├─────┤4␊
|
||||
1├─────┤?␊
|
||||
22├────┤?␊
|
||||
333├───┤?␊
|
||||
|
Reference in New Issue
Block a user