summaryrefslogtreecommitdiffstats
path: root/src/tests/test_example_diffs.rs
AgeCommit message (Expand)Author
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
2020-05-31In tests, handle 4-bit colors in the context of arbitrary stylesDan Davison
2020-05-31Add failing tests of handling input with colorDan Davison
2020-05-31Add failing test: assert file is styled under decoration-style=omitDan Davison
2020-05-30Add test of --hunk-header-style=''Dan Davison
2020-05-30Strengthen tests slightlyDan Davison
2020-05-30Add tests of `--ELEMENT-decoration-style omit`Dan Davison
2020-05-30Add failing tests of `--thing-style omit`Dan Davison
2020-05-30Fix test namesDan Davison
2020-05-30Add failing test of --commit-style rawDan Davison
2020-05-30Add failing test of --file-style rawDan Davison
2020-05-30Add failing test of --hunk-header-style rawDan Davison
2020-05-30Update --*-style testsDan Davison
2020-05-29Paint box-drawing characters with bold attribute when bold requestedDan Davison