Fix test for --style=plain

This commit is contained in:
sharkdp 2018-09-12 20:32:33 +02:00
parent b4c6e412dc
commit 84ac92efbb
1 changed files with 1 additions and 1 deletions

View File

@ -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],