diff --git a/test/snapshot/batgrep/test_output_with_color.stdout.snapshot b/test/snapshot/batgrep/test_output_with_color.stdout.snapshot index ee84fc9..dec8c4b 100644 --- a/test/snapshot/batgrep/test_output_with_color.stdout.snapshot +++ b/test/snapshot/batgrep/test_output_with_color.stdout.snapshot @@ -1,8 +1,8 @@ ──────────────────────────────────────────────────────────────────────────────── File: file.txt - 1 cat  - 2 dog - 3 car  - 4 frog - 5 fox + 1 cat  + 2 dog + 3 car  + 4 frog + 5 fox ──────────────────────────────────────────────────────────────────────────────── diff --git a/test/snapshot/batgrep/test_output_without_separator.stdout.snapshot b/test/snapshot/batgrep/test_output_without_separator.stdout.snapshot index d0997b9..b348682 100644 --- a/test/snapshot/batgrep/test_output_without_separator.stdout.snapshot +++ b/test/snapshot/batgrep/test_output_without_separator.stdout.snapshot @@ -1,6 +1,6 @@ File: file.txt - 1 cat  - 2 dog - 3 car  - 4 frog - 5 fox + 1 cat  + 2 dog + 3 car  + 4 frog + 5 fox diff --git a/test/snapshot/batgrep/test_respects_bat_style.stdout.snapshot b/test/snapshot/batgrep/test_respects_bat_style.stdout.snapshot index 0463a83..872251c 100644 --- a/test/snapshot/batgrep/test_respects_bat_style.stdout.snapshot +++ b/test/snapshot/batgrep/test_respects_bat_style.stdout.snapshot @@ -1,7 +1,7 @@ -──────────────────────────────────────────────────────────────────────────────── +──────────────────────────────────────────────────────────────────────────────── cat  dog car  frog fox -──────────────────────────────────────────────────────────────────────────────── +──────────────────────────────────────────────────────────────────────────────── diff --git a/test/snapshot/batpipe/test_batpipe_term_width.stdout.snapshot b/test/snapshot/batpipe/test_batpipe_term_width.stdout.snapshot index a3c304f..94c96f0 100644 --- a/test/snapshot/batpipe/test_batpipe_term_width.stdout.snapshot +++ b/test/snapshot/batpipe/test_batpipe_term_width.stdout.snapshot @@ -1,26 +1,26 @@ -───────┬──────────────────────────────── - │ File: file.txt -───────┼──────────────────────────────── - 1 │ cat - 2 │ dog - 3 │ car - 4 │ frog - 5 │ fox - 6 │ clocks - 7 │ bash - 8 │ $300 - 9 │ ^$!@ -───────┴──────────────────────────────── -───────┬──────────────────────────────────────────────────── - │ File: file.txt -───────┼──────────────────────────────────────────────────── - 1 │ cat - 2 │ dog - 3 │ car - 4 │ frog - 5 │ fox - 6 │ clocks - 7 │ bash - 8 │ $300 - 9 │ ^$!@ -───────┴──────────────────────────────────────────────────── +───────┬──────────────────────────────── + │ File: file.txt +───────┼──────────────────────────────── + 1 │ cat + 2 │ dog + 3 │ car + 4 │ frog + 5 │ fox + 6 │ clocks + 7 │ bash + 8 │ $300 + 9 │ ^$!@ +───────┴──────────────────────────────── +───────┬──────────────────────────────────────────────────── + │ File: file.txt +───────┼──────────────────────────────────────────────────── + 1 │ cat + 2 │ dog + 3 │ car + 4 │ frog + 5 │ fox + 6 │ clocks + 7 │ bash + 8 │ $300 + 9 │ ^$!@ +───────┴────────────────────────────────────────────────────