summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-05-09 10:33:22 -0400
committerDan Davison <dandavison7@gmail.com>2021-05-09 10:33:22 -0400
commit0f39ef656c73c3efd1f75e9086952f1ca155d1bc (patch)
tree081101f9740284c9e55d7220a60035ac9f438c63
parent1d98939712753e7f8bc265fc1f712391ad66b502 (diff)
Reduce number of --color-only tests320-recurrence-git-add-p-file-style
They are slow, and we don't expect color configuration to cause problems.
-rw-r--r--src/tests/test_example_diffs.rs47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/tests/test_example_diffs.rs b/src/tests/test_example_diffs.rs
index 60f28f9f..c6777fa6 100644
--- a/src/tests/test_example_diffs.rs
+++ b/src/tests/test_example_diffs.rs
@@ -854,13 +854,8 @@ src/align.rs
&["--color-only", "--keep-plus-minus-markers"],
&["--color-only", "--raw"],
&["--color-only", "--syntax-theme", "Monokai Extended"],
- &["--color-only", "--minus-style", "syntax bold auto"],
- &["--color-only", "--zero-style", "red strike"],
&["--color-only", "--plus-style", "red blink"],
- &["--color-only", "--minus-emph-style", "red dim"],
&["--color-only", "--minus-non-emph-style", "red hidden"],
- &["--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"],
&[
@@ -881,48 +876,6 @@ src/align.rs
"--hunk-header-decoration-style",
"bold yellow box ul",
],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-minus-style",
- "#444444",
- ],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-zero-style",
- "#444444",
- ],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-plus-style",
- "#444444",
- ],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-left-format",
- "{nm:>4}┊",
- ],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-right-format",
- "{np:>4}│",
- ],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-left-style",
- "blue",
- ],
- &[
- "--color-only",
- "--line-numbers",
- "--line-numbers-right-style",
- "blue",
- ],
&["--color-only", "--file-modified-label", "hogehoge"],
&["--color-only", "--file-removed-label", "hogehoge"],
&["--color-only", "--file-added-label", "hogehoge"],