1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 22:54:07 +00:00

Make highlight tests fail when new syntaxes don't have fixtures

This commit is contained in:
Dan Hipschman
2025-04-01 12:58:00 -07:00
parent b13c4d5f8d
commit 9272e09058
2 changed files with 19 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
- Fix `BAT_THEME_DARK` and `BAT_THEME_LIGHT` being ignored, see issue #3171 and PR #3168 (@bash)
- Prevent `--list-themes` from outputting default theme info to stdout when it is piped, see #3189 (@einfachIrgendwer0815)
- Rename some submodules to fix Dependabot submodule updates, see issue #3198 and PR #3201 (@victor-gp)
- Make highlight tests fail when new syntaxes don't have fixtures PR #3255 (@dan-hipschman)
## Other