summaryrefslogtreecommitdiff
path: root/i18n-diff-auditor
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 03:22:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 03:23:39 +0100
commit1b5fa179018c14bb6bc8cd9149dee0a4ea7085bc (patch)
treeb7972510f0c73e1c056cd6a99113fff16c9e45a6 /i18n-diff-auditor
parentd4d32495578240e0064ef1d3cd339fd1fcc5dbdb (diff)
i18n: i18n-diff-auditor: support die -> fail
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'i18n-diff-auditor')
-rwxr-xr-xi18n-diff-auditor1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index 17bd81c..e2c0101 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -230,6 +230,7 @@ sub analyse_chunk_core () {
next if $x->{E} eq $y->{E};
next if $x->{E} eq 'sprintf' and $y->{E} eq 'f_';
next if $x->{E} eq 'die' and $y->{E} eq 'confess';
+ next if $x->{E} eq 'die' and $y->{E} eq 'fail';
if ($y->{E} eq '+'
and @ys >= 3
and $ys[0]{E} eq '('