summaryrefslogtreecommitdiff
path: root/src/tests/test_example_diffs.rs
AgeCommit message (Expand)Author
2020-12-26Strengthen testDan Davison
2020-12-19Add failing test of hunk-header-style 'file' attributeDan Davison
2020-12-08Make commit style to be colored with same structure while color_only #405 (#438)ulwlu
2020-12-08Make hunk header style to be colored with same structure while color_only #40...ulwlu
2020-12-08Make file style to be colored with same structure while color_only #405 (#436)ulwlu
2020-12-05Fix whitespace errors under keep-plus-minus-markers (#425)Dan Davison
2020-12-04Use .lines() instead of .split("\n")Dan Davison
2020-12-04Change color used in testDan Davison
2020-11-22Add failing test of copied file diffDan Davison
2020-11-22Fix diff interactivefilter when decoration option is enabled (#367)ulwlu
2020-11-20Remove debugging print statementDan Davison
2020-11-01Add test of keep-plus-minus-markers under inspect-raw-linesDan Davison
2020-10-05Refactor handle_hunk_header_line and should_handle (#333)ryuta69
2020-09-23Add identical test when color_only and line_numbers are enabled at same time ...ryuta69
2020-09-18Fix `git add -p` to work when any options enabled (#323)ryuta69
2020-09-17cargo fmtDan Davison
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 failing test: duplicated header when file renamed with changesDan 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-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-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-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-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 testsDan Davison
2020-06-10Refactor: straighten out command line arguments processingDan Davison
2020-06-06Use 'syntax_theme' instead of 'theme' everywhereDan 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