You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/tests
dag-h 08386daa3a
Strip BOM from output in interactive mode (#1938)
* Strip BOM from output in interactive mode

* Strip BOM when not loop_through, add regression tests

* Update CHANGELOG.md

* Only strip BOM from beginning of first line

* Fix integration test on macOS that relied on color scheme

* Fix integration test on Windows that relied on detected terminal width

* Fix syntax test that was failing due to a previously wrong (now fixed) highlighting

Co-authored-by: David Peter <mail@david-peter.de>
Co-authored-by: Martin Nordholts <enselic@gmail.com>
2 years ago
..
benchmarks Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
examples Strip BOM from output in interactive mode (#1938) 2 years ago
mocked-pagers tests: Make mocked pagers work on Windows 4 years ago
scripts Fix typos 2 years ago
snapshots Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
syntax-tests Strip BOM from output in interactive mode (#1938) 2 years ago
tester tests/tester: Do not build as tests 2 years ago
utils Try to fix all warnings 2 years ago
.gitattributes Modify Linguist overrides 3 years ago
assets.rs Add "Visual Studio Dark+" theme to vec of themes 3 years ago
integration_tests.rs Strip BOM from output in interactive mode (#1938) 2 years ago
no_duplicate_extensions.rs HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable 3 years ago
snapshot_tests.rs CI: Check MSRV without git feature enabled 2 years ago
system_wide_config.rs Add test for systemwide config file support 2 years ago
test_pretty_printer.rs Make `bat::PrettyPrinter::syntaxes()` iterate over new `bat::Syntax` struct (#2222) 2 years ago