mirror of
https://github.com/sharkdp/bat
synced 2024-11-18 15:26:16 +00:00
Fix test for --style=plain
This commit is contained in:
parent
b4c6e412dc
commit
84ac92efbb
@ -31,7 +31,7 @@ snapshot_tests! {
|
||||
grid_header_numbers: "grid,header,numbers" => [wrap: false, tabs: 8],
|
||||
changes_grid_header_numbers: "changes,grid,header,numbers" => [wrap: false, tabs: 8],
|
||||
full: "full" => [wrap: false, tabs: 8],
|
||||
plain: "plain" => [wrap: false, tabs: 8],
|
||||
plain: "plain" => [wrap: false, tabs: 0],
|
||||
tabs_passthrough_wrapped: "full" => [wrap: true, tabs: 0],
|
||||
tabs_4_wrapped: "full" => [wrap: true, tabs: 4],
|
||||
tabs_8_wrapped: "full" => [wrap: true, tabs: 8],
|
||||
|
Loading…
Reference in New Issue
Block a user