summaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)Author
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-08Calculate line numbers correctly in raw/color-only mode (#272)Yoichi NAKAYAMA
2020-08-06Fix testsDan Davison
2020-08-02Set width in test for debugging convenienceDan Davison
2020-08-02Add test utilityDan Davison
2020-08-02Add failing test: duplicated header when file renamed with changesDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-30Create ansi moduleDan Davison
2020-07-27Add failing test that diff -U0 output is unchanged (#263)Dan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-07-10Refactor: compute fill styles from line typeDan Davison
2020-07-08Refactor: line numbersDan Davison
2020-07-07Refactor: parse line-numbers format strings earlyDan Davison
2020-06-28Reinstate color-only as a feature that extends rawDan Davison
2020-06-28Rename option: color-only => rawDan Davison
2020-06-27Refactor: pass foreground & background defaults as a single StyleDan Davison
2020-06-26Bugfix: fix highlighting bug (no test coverage)Dan Davison
2020-06-25Add regression testDan Davison
2020-06-25Fix test: --color-only should syntax highlightDan Davison
2020-06-25Add regression testDan Davison
2020-06-25Refactor: generalize regression testDan Davison
2020-06-22Refactor: separate Opt construction from Config constructionDan Davison
2020-06-21Ignore failing testDan Davison
2020-06-21Add failing test: --color-only should syntax highlightDan Davison
2020-06-18Do not emit unnecessary ANSI sequenceDan Davison
2020-06-17Delete disabled test assertionDan Davison
2020-06-17Add failing test: removal of whitespace error is not an errorDan Davison
2020-06-17Refactor test utilitiesDan Davison
2020-06-17Add failing test that whitespace errors are highlightedDan Davison
2020-06-17Highlight added/removed empty lines if they would be invisibleDan Davison
2020-06-17Eliminate leading space unless --keep-plus-minus-markersDan Davison
2020-06-11Add test of truncation bugDan Davison
2020-06-10Refactor: Config::from_argsDan Davison
2020-06-10Refactor testsDan Davison
2020-06-10Refactor: straighten out command line arguments processingDan Davison
2020-06-10Do not allow ArgMatches to be missingDan Davison
2020-06-10Change function signatureDan Davison
2020-06-10Make process_command_line_arguments accept a git config instanceDan Davison
2020-06-09Add --no-gitconfig optionDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-06-06Add failing test that --theme still worksDan Davison
2020-06-06Use 'syntax_theme' instead of 'theme' everywhereDan Davison
2020-06-03Pass clap ArgMatches to cli::process_command_line_argumentsDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-06-02Add failing tests of compositional options: --element-style='box ul'Dan Davison
2020-06-01Add tests of deprecated --element-style={box,underline} optionsDan Davison
2020-05-31Make decorations honor --width variableDan Davison
2020-05-31Allow --ELEMENT-style=none meaning no styleDan Davison
2020-05-31Allow --ELEMENT-decoration-style=noneDan Davison
2020-05-31Fix testDan Davison