summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xi18n-diff-auditor3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index 5630d7e..beb3a9a 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -285,7 +285,8 @@ sub analyse_chunk_core () {
if ($fmt !~ m{\%[^\%]}) {
$exactly->($fmt, '(tail)');
$fmt = '';
- die "text deleted from end of string\n" if length $xs;
+ die "text deleted from end of string: ".qp($xs)."\n"
+ if length $xs;
last;
}
$exactly->($`, '(literal)');