From bce5ccf6b40eaa3f6dff766f47984813e3b41ee4 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 31 May 2020 17:15:55 -0400 Subject: Allow --ELEMENT-decoration-style=none --- src/tests/test_example_diffs.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/tests') diff --git a/src/tests/test_example_diffs.rs b/src/tests/test_example_diffs.rs index 43b94680..5ee26956 100644 --- a/src/tests/test_example_diffs.rs +++ b/src/tests/test_example_diffs.rs @@ -590,6 +590,13 @@ src/align.rs _do_test_hunk_header_style_no_decoration(options); } + #[test] + fn test_hunk_header_decoration_style_none() { + let mut options = integration_test_utils::get_command_line_options(); + options.hunk_header_decoration_style = "none".to_string(); + _do_test_hunk_header_style_no_decoration(options); + } + #[test] fn test_hunk_header_decoration_style_empty_string() { let mut options = integration_test_utils::get_command_line_options(); -- cgit v1.2.3