mirror of
https://github.com/sharkdp/bat
synced 2026-07-10 15:03:16 +00:00
9ccb667653
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.