summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.rs
AgeCommit message (Expand)Author
2024-04-19display which theme is the default one in basic outputStéphane Blondon
2024-04-14display which theme is the default one in colored output (#2838)sblondon
2024-02-25Inline `format!` args wherever possibleLena
2024-02-24Rename `--squeeze` to `--squeeze-blank`einfachIrgendwer0815
2024-02-24Add tests for `--squeeze`einfachIrgendwer0815
2024-02-11Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2024-02-11simplified basic_set_terminal_titleOliver looney
2024-02-09Remove hyperlink when wrapping linesEthan P
2024-02-09Re-emit hyperlinks when wrapping linesEthan P
2024-02-09Add tests for re-emitting SGR sequences on wrapEthan P
2024-02-09Add regression test for #2541Ethan P
2024-02-08Using hypens instead of underscores for set-terminal-title commandOliver looney
2024-01-30updated integration_tests.rsOliver looney
2024-01-27ran cargo fmtOliver looney
2024-01-27added integration test for setting terminal titleOliver looney
2024-01-27fixed failing testsOliver looney
2024-01-21Ensure test succeeds by adding flagFilip Razek
2024-01-21fix: Wrap file name in headerFilip Razek
2023-12-31slightly changed set terminal command to match docs & broke print line into m...Oliver looney
2023-12-18updated tests since terminal title is set conditionallyOliver looney
2023-12-11fixed all but two failing tests. Last two tests are erroring because of IO ci...Oliver looney
2023-10-20Add unicode/caret replacements for all control characters (#2712)einfachIrgendwer0815
2023-09-29Fix a double-`close` in the `no_args_doesnt_break` test.Dan Gohman
2023-09-14Case insensitive `--map-syntax` (#2650)Nicolas AMBRY
2023-09-14Make -pp override --paging and vice versa when passed as a later argument. (#...J-Kappes
2023-09-08ignore failing testAnomalocaridid
2023-09-08require LESSOPEN to have exactly one %sAnomalocaridid
2023-09-08make LESSOPEN support opt-inAnomalocaridid
2023-09-08#2592: Fixes unit tests dependent on echo on windows (#2602)Boy van Duuren
2023-09-02Add `$LESSOPEN` and `$LESSCLOSE` support (#2444)Anomalocaridid
2023-09-01Add test for `BAT_PAGING`einfachIrgendwer0815
2023-03-14Print non-printable characters using caret notation (#2443)einfachIrgendwer0815
2022-12-30Require changes to `-h` and `--help` to be blessedMartin Nordholts
2022-11-19Fix `bat cache --clear` not clearing the `--target` dir if specifiedMiles Liu
2022-11-02Update comments in tests/integration_tests.rsAaron Kollasch
2022-11-02Update tests/integration_tests.rsAaron Kollasch
2022-11-02Add tests for --theme > BAT_THEME > configAaron Kollasch
2022-11-02Fix cache subcommand and add testsAaron Kollasch
2022-11-02Improve correctness and add more testsAaron Kollasch
2022-11-02Allow env vars to override config but not argsAaron Kollasch
2022-10-17Added helper function for -S flag testsJohn Higgins
2022-10-13Fixed inverted logic on -S and --chop-long-linesJohn Higgins
2022-10-09Merge branch 'sharkdp:master' into masterJohn Higgins
2022-10-09Added integration testsJohn Higgins
2022-09-10Revert "Remove code that tries to handle ANSI escape inputs"Martin Nordholts
2022-09-06Strip BOM from output in interactive mode (#1938)dag-h
2022-09-04Try to fix all warningsMartin Nordholts
2022-09-04Merge remote-tracking branch 'origin/master' into feature/668/add-systemwide-...Martin Nordholts
2022-08-29Remove code that tries to handle ANSI escape inputs (#2189)Martin Nordholts
2022-08-25CI: Check MSRV without git feature enabledMartin Nordholts