chiark / gitweb /
i18n: Fix pairwise-pocheck
[dgit.git] / po4a / pairwise-pocheck
index 6a71f64c1b27bc2e0df568513685b94882502f0a..b97629bac627b2f051c317f7a58c17d43931c81c 100755 (executable)
@@ -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
     }
 }