From b977dffc54462c66ae8bcc1d5f7bcbfc6ea1dda7 Mon Sep 17 00:00:00 2001 From: jlkDE Date: Wed, 22 Jan 2025 21:56:39 +0100 Subject: [PATCH] test: Recreate snapshots with bat v0.25.0 Due to theme detection using terminal-colorsaurus now (https://github.com/sharkdp/bat/pull/2896) the line numbers and borders are now colored in alignment with the foreground color. --- .../test_output_with_color.stdout.snapshot | 10 ++-- ...t_output_without_separator.stdout.snapshot | 10 ++-- .../test_respects_bat_style.stdout.snapshot | 4 +- .../test_batpipe_term_width.stdout.snapshot | 52 +++++++++---------- 4 files changed, 38 insertions(+), 38 deletions(-) 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 │ ^$!@ +───────┴────────────────────────────────────────────────────