summaryrefslogtreecommitdiff
path: root/i18n-diff-auditor
diff options
context:
space:
mode:
Diffstat (limited to 'i18n-diff-auditor')
-rwxr-xr-xi18n-diff-auditor4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index 42ebe00..b85b853 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -310,6 +310,10 @@ sub analyse_chunk_core () {
last;
}
$xs =~ s{^\s+}{} if $bras;
+ if (is_string($y) and $y->{Q} eq '"') {
+ $exactly->($y->{V}, $y->{P});
+ next;
+ }
$exactly->($y->{E}, $y->{P});
if ($y->{T} eq 'bra' or $y->{E} eq '?') {
$bras++;