summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
}