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
Martin Nordholts 352309b056 Revert "Remove code that tries to handle ANSI escape inputs"
This reverts commit 8174e02279. Turns out
it is needed for a common use case, see
https://github.com/sharkdp/bat/issues/2307.

It is not a clean revert, because I adjust CHANGELOG.md and also add a
comment to the test. I also had to resolve a small `use` conflict.
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 3 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 Revert "Remove code that tries to handle ANSI escape inputs" 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