From 4d35f78c4a9860025bfc49719a016fde59e2022d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Jan 2020 13:50:32 +0000 Subject: [PATCH] tests/filter/extract-doctests: Improve an error message Signed-off-by: Ian Jackson --- tests/filter/extract-doctests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filter/extract-doctests b/tests/filter/extract-doctests index d16aa6c..a617b85 100755 --- a/tests/filter/extract-doctests +++ b/tests/filter/extract-doctests @@ -64,7 +64,7 @@ while (<>) { $e->{Out} .= ' '.$&; } elsif (m/^$/) { } else { - confess "unk rhs $_ ?"; + confess "unk rhs $_ (In=\"$e->{In}\" out=\"$e->{Out}\"?"; } $e->{CQ} = $in_changequote; # adhoc: rely on this specific section title -- 2.30.2