summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"],