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 9ccb667653 Add integration test for unparsable pager
Right now all tests pass even if we e.g. return

    Ok(OutputType::stdout())

instead of doing

    .chain_err(|| "Could not parse pager command.")?

so add a test to make sure this functionality don't break.
4 years ago
..
benchmarks Merge branch 'master' into improved-benchmark 4 years ago
examples Add integration tests for clircle cycle detection 4 years ago
scripts Add a way to directly search for a pattern 5 years ago
snapshots style: add component 'rule' for horizontal file delimiter 4 years ago
syntax-tests Svelte syntax test: rename license file 4 years ago
.gitattributes Remove gitattributes for .bat/.cmd files to make all testfiles eol=lf 4 years ago
assets.rs Use Briles/gruvbox .tmTheme files instead of peaceant's port 4 years ago
integration_tests.rs Add integration test for unparsable pager 4 years ago
no_duplicate_extensions.rs Code formatting 4 years ago
snapshot_tests.rs style: add component 'rule' for horizontal file delimiter 4 years ago
tester.rs Strip dependencies of bat-as-a-library 5 years ago