From e68aae8cf654f397d9309ffd06ac656e97631f2c Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 6 Jun 2020 21:47:39 -0400 Subject: Add failing test that --theme still works --- tests/test_deprecated_options | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_deprecated_options b/tests/test_deprecated_options index 2bd8741..daf6258 100755 --- a/tests/test_deprecated_options +++ b/tests/test_deprecated_options @@ -19,3 +19,5 @@ background_color=blue for option in --minus-color --plus-color --minus-emph-color --plus-emph-color; do git show | ./target/release/delta $option $background_color done + +git show | ./target/release/delta --theme=GitHub --highlight-removed -- cgit v1.2.3