summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-05-28 20:49:06 -0400
committerDan Davison <dandavison7@gmail.com>2020-05-28 20:53:55 -0400
commita37fe2c074d276d960563c6254440b35fe035a26 (patch)
tree8b3a2be613a4e940b1c78adeb2d47615c9aef3d5 /src/tests
parent76c439f5051b9a869df302d86c979c61f8c9f560 (diff)
Add a blank line before each hunk
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_example_diffs.rs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tests/test_example_diffs.rs b/src/tests/test_example_diffs.rs
index b7f64399..0bd63579 100644
--- a/src/tests/test_example_diffs.rs
+++ b/src/tests/test_example_diffs.rs
@@ -155,7 +155,7 @@ mod tests {
let (output, _) = integration_test_utils::run_delta(DIFF_WITH_MERGE_CONFLICT, options);
// TODO: The + in the first column is being removed.
assert!(strip_ansi_codes(&output).contains("+>>>>>>> Stashed changes"));
- assert_eq!(output.split('\n').count(), 46);
+ assert_eq!(output.split('\n').count(), 47);
}
#[test]
@@ -400,14 +400,14 @@ src/align.rs
let (output, config) = integration_test_utils::run_delta(GIT_DIFF_SINGLE_HUNK, options);
ansi_test_utils::assert_line_has_foreground_color(
&output,
- 9,
+ 10,
"──────────────────────────┐",
"white",
&config,
);
ansi_test_utils::assert_line_has_foreground_color(
&output,
- 11,
+ 12,
"──────────────────────────┘",
"white",
&config,
@@ -429,7 +429,7 @@ src/align.rs
let (output, config) = integration_test_utils::run_delta(GIT_DIFF_SINGLE_HUNK, options);
ansi_test_utils::assert_line_has_foreground_color(
&output,
- 10,
+ 11,
"─────────────────────────",
"black",
&config,
@@ -450,15 +450,15 @@ src/align.rs
// otherwise it will confuse assert_line_is_syntax_highlighted.
options.hunk_header_decoration_style = "box".to_string();
let (output, config) = integration_test_utils::run_delta(GIT_DIFF_SINGLE_HUNK, options);
- ansi_test_utils::assert_line_has_no_color(&output, 9, "──────────────────────────┐");
+ ansi_test_utils::assert_line_has_no_color(&output, 10, "──────────────────────────┐");
ansi_test_utils::assert_line_is_syntax_highlighted(
&output,
- 10,
+ 11,
" impl<'a> Alignment<'a> { ",
"rs",
&config,
);
- ansi_test_utils::assert_line_has_no_color(&output, 11, "──────────────────────────┘");
+ ansi_test_utils::assert_line_has_no_color(&output, 12, "──────────────────────────┘");
let output = strip_ansi_codes(&output);
assert!(output.contains(
"