diff --git a/src/tests/test_example_diffs.rs b/src/tests/test_example_diffs.rs index 1888ccac0..3382344b8 100644 --- a/src/tests/test_example_diffs.rs +++ b/src/tests/test_example_diffs.rs @@ -1996,12 +1996,14 @@ src/align.rs:71: impl<'a> Alignment<'a> { │ #[test] fn test_lines_with_syntax_width_limit() { + eprintln!("{}", GIT_DIFF_SINGLE_HUNK); let result = DeltaTest::with_args(&[ "--max-line-length=42", "--max-syntax-highlighting-length=18", ]) .explain_ansi() .with_input(GIT_DIFF_SINGLE_HUNK); + eprintln!("{}", result.raw_output); assert_snapshot!(result.output, @r###" (normal)commit 94907c0f136f46dc46ffae2dc92dca9af7(reverse normal)→(normal) Author: Dan Davison