summaryrefslogtreecommitdiff
path: root/po4a/pairwise-pocheck
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-11 19:49:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-01-11 19:49:30 -0700
commitdf8063712cda636af284e8527ee2a4b8c110ab40 (patch)
tree46668ca31f3be25290bb8121987fa44d8b835146 /po4a/pairwise-pocheck
parentbed7c91d1969ccf5093e978c2ed7a1ffaa5fed4a (diff)
parent96a6bde132c9d9c7e0baa1dd9add0696e96d6802 (diff)
Merge tag 'debian/8.3' into stretch-bpo
dgit release 8.3 for unstable (sid) [dgit] [dgit distro=debian] # gpg: Signature made Sun 06 Jan 2019 05:15:52 PM MST # gpg: using RSA key 559AE46C2D6B6D3265E7CBA1E3E3392348B50D39 # gpg: Can't check signature: No public key
Diffstat (limited to 'po4a/pairwise-pocheck')
-rwxr-xr-xpo4a/pairwise-pocheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/po4a/pairwise-pocheck b/po4a/pairwise-pocheck
index 6a71f64..b97629b 100755
--- a/po4a/pairwise-pocheck
+++ b/po4a/pairwise-pocheck
@@ -54,7 +54,7 @@ proc check_msg {msgid msgstr} {
global for_emsg
set for_emsg "msgid=[list $msgid] msgstr=[list $msgstr]"
check_equal "un-escaped non-pod < count (missing B or I?)" {
- regexp -all {(?!\b[IBCLEFSXZ])\<} $m
+ regexp -all {(?:^!(?!\b[IBCLEFSXZ]).)\<} $m
}
}