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/examples
cyqsimon 14ddda0a8b
Recognize files in `$XDG_CONFIG_HOME/git/` and `$HOME/.config/git/` better (#2067)
* git global config - lookup $XDG_CONFIG_HOME faithfully

* Use `bool::then`

* Cover both `$XDG_CONFIG_HOME` & `$HOME/.config`

* Remove unused import

* Global git config tests

* Added trailing newline

* Fix git config test

* Wrote to changelog

* Revert change of `Result::ok` to `Result::unwrap`

* Apply suggestions from code review

Co-authored-by: Martin Nordholts <enselic@gmail.com>

* Guard against empty `$HOME`

Co-authored-by: Martin Nordholts <enselic@gmail.com>
3 years ago
..
git Recognize files in `$XDG_CONFIG_HOME/git/` and `$HOME/.config/git/` better (#2067) 3 years ago
regression_tests Simplify HighlightingAssets::get_syntax() first_line logic (#1852) 3 years ago
sub_directory Add simple integration tests 6 years ago
bat.conf Tests ~ revert to `echo` (after fixed 'windows' pager process execution) 4 years ago
cache Fix accidental printing of files named 'cache' 5 years ago
cache.c Fix another instance of the 'bat cache' bug, closes #584 5 years ago
empty.txt Add integration tests running bat with empty input files. 6 years ago
multiline.txt Add simple integration tests 6 years ago
nonprintable.txt Enable non-printable chars for redirected output (#1061) 4 years ago
single-line.txt Integration tests for single-line files 6 years ago
tabs.txt Avoid empty line in snapshot 6 years ago
test.binary --file-name for normal files. integration tests. 4 years ago
test.json.suffix Support for ignored-suffix CLI arguments (#1892) 3 years ago
test.json~ Support for ignored-suffix CLI arguments (#1892) 3 years ago
test.txt Add simple integration tests 6 years ago
test_UTF-16LE.txt Add test for UTF-16LE encoding 6 years ago
unicode-wrap.txt Update test data 5 years ago