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.
This commit is contained in:
jlkDE 2025-01-22 21:56:39 +01:00 committed by Ethan P.
parent 36c77c171c
commit b977dffc54
4 changed files with 38 additions and 38 deletions

View File

@ -1,8 +1,8 @@
──────────────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────────────
File: file.txt File: file.txt
 1 cat   1 cat 
 2 dog  2 dog
 3 car   3 car 
 4 frog  4 frog
 5 fox  5 fox
──────────────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────────────

View File

@ -1,6 +1,6 @@
File: file.txt File: file.txt
 1 cat   1 cat 
 2 dog  2 dog
 3 car   3 car 
 4 frog  4 frog
 5 fox  5 fox

View File

@ -1,7 +1,7 @@
──────────────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────────────
cat  cat 
dog dog
car  car 
frog frog
fox fox
──────────────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────────────

View File

@ -1,26 +1,26 @@
───────┬──────────────────────────────── ───────┬────────────────────────────────
│ File: file.txt │ File: file.txt
───────┼──────────────────────────────── ───────┼────────────────────────────────
 1 │ cat  1 │ cat
 2 │ dog  2 │ dog
 3 │ car  3 │ car
 4 │ frog  4 │ frog
 5 │ fox  5 │ fox
 6 │ clocks  6 │ clocks
 7 │ bash  7 │ bash
 8 │ $300  8 │ $300
 9 │ ^$!@  9 │ ^$!@
───────┴──────────────────────────────── ───────┴────────────────────────────────
───────┬──────────────────────────────────────────────────── ───────┬────────────────────────────────────────────────────
│ File: file.txt │ File: file.txt
───────┼──────────────────────────────────────────────────── ───────┼────────────────────────────────────────────────────
 1 │ cat  1 │ cat
 2 │ dog  2 │ dog
 3 │ car  3 │ car
 4 │ frog  4 │ frog
 5 │ fox  5 │ fox
 6 │ clocks  6 │ clocks
 7 │ bash  7 │ bash
 8 │ $300  8 │ $300
 9 │ ^$!@  9 │ ^$!@
───────┴──────────────────────────────────────────────────── ───────┴────────────────────────────────────────────────────