From 141beff43c4e636ab8ecb5db2a9910dc2301098b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 01:45:24 +0100 Subject: [PATCH] i18n: i18n-diff-auditor: bugfixes Signed-off-by: Ian Jackson --- i18n-diff-auditor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n-diff-auditor b/i18n-diff-auditor index a32b554d..61d7330f 100755 --- a/i18n-diff-auditor +++ b/i18n-diff-auditor @@ -132,7 +132,7 @@ sub semiparse ($) { ( .* \n ) ( (?: (?! $d) .* \n )* ) $d \n - }{ $1 }x or die "missing end of here doc $d\n"; + }{ $1 }xe or die "missing end of here doc $d\n"; $o[$#o]{V} = $2; } elsif (s{^ (["'])( (?: [^\\'"] | \\ [^"'] @@ -275,6 +275,7 @@ sub analyse_chunk_core () { if ($fmt !~ m{\%[^\%]}) { $exactly->($fmt, '(tail)'); $fmt = ''; + die "text deleted from end of string\n" if length $xs; last; } $exactly->($`, '(literal)'); -- 2.30.2