chiark / gitweb /
i18n: i18n-diff-auditor: support die -> fail
[dgit.git] / i18n-diff-auditor
index 17bd81ce366b49b2cc7d462f33146b1b5e4f9901..e2c010142d334bc42b439bf8b9c590e7a9c95802 100755 (executable)
@@ -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 '('