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
Roy Ivy III 3a7743ffc5 Tests ~ `echo` has portability issues; for CI, replace with `printf`
- using `echo` on 'windows' platforms requires process execution indirectly via the shell
- `printf` is available on all GHA CI platforms
  - `printf` is *not* available on usual 'windows' platforms; so this is just temporizing, awaiting a true fix
4 years ago
..
regression_tests Add regression test for detected syntax differing for stdin and files 4 years ago
sub_directory Add simple integration tests 6 years ago
bat.conf Tests ~ `echo` has portability issues; for CI, replace with `printf` 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. 5 years ago
multiline.txt Add simple integration tests 6 years ago
single-line.txt Integration tests for single-line files 5 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.txt Add simple integration tests 6 years ago
test_UTF-16LE.txt Add test for UTF-16LE encoding 5 years ago
unicode-wrap.txt Update test data 4 years ago