summaryrefslogtreecommitdiffstats
path: root/src/tests/ansi_test_utils.rs
AgeCommit message (Expand)Author
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-06Fix testsDan Davison
2020-08-01Initial implementation of color-moved supportDan 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-27Refactor: pass foreground & background defaults as a single StyleDan Davison
2020-06-26Bugfix: fix highlighting bug (no test coverage)Dan Davison
2020-06-17Add failing test: removal of whitespace error is not an errorDan Davison
2020-06-17Refactor test utilitiesDan Davison
2020-06-17Highlight added/removed empty lines if they would be invisibleDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-05-31In tests, handle 4-bit colors in the context of arbitrary stylesDan Davison
2020-05-31Add support for 4-bit foreground colors in test utilitiesDan Davison
2020-05-31In tests, interpret color string as style stringDan Davison
2020-05-27Refactor: Create color and theme modules, consolidate style codeDan Davison
2020-05-26Update tests after implementing decoration stylesDan Davison
2020-05-25Add tests of --file-style, --commit-style, --hunk-styleDan Davison
2020-05-22Use new Style struct, wrapping ansi_term::StyleDan Davison
2020-05-22Implement hunk styles using style string argumentsDan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan Davison
2020-05-20Refactor: consume options when creating configDan Davison
2020-05-17Add new command-line options controlling foreground colorsDan Davison
2020-05-16Hunk highlighting test and refactoringDan Davison