From 1d98939712753e7f8bc265fc1f712391ad66b502 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 9 May 2021 10:29:09 -0400 Subject: Add a failing test --- src/tests/test_example_diffs.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/test_example_diffs.rs b/src/tests/test_example_diffs.rs index de35535a..60f28f9f 100644 --- a/src/tests/test_example_diffs.rs +++ b/src/tests/test_example_diffs.rs @@ -862,12 +862,14 @@ src/align.rs &["--color-only", "--plus-emph-style", "red reverse"], &["--color-only", "--plus-non-emph-style", "red bold ul"], &["--color-only", "--commit-style", "red bold ul"], + &["--color-only", "--commit-style", "red bold box"], &[ "--color-only", "--commit-decoration-style", "bold yellow box ul", ], &["--color-only", "--file-style", "red bold ul"], + &["--color-only", "--file-style", "red bold box"], &[ "--color-only", "--file-decoration-style", -- cgit v1.2.3