https://bugzilla.wikimedia.org/show_bug.cgi?id=29025

--- Comment #3 from Platonides <[email protected]> 2011-05-27 22:11:05 UTC 
---
Created attachment 8595
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8595
Failing pages from enwiki-20110405

I have tested the 11120931 revisions of enwiki-20110405-pages-articles against
the regex
'!(?:                           # Start cases
        (?:RFC|PMID)[\t\n\f\r]+([0-9]+) |   # m[4]: RFC or PMID, capture number
        ISBN[\t\n\f\r]+(\b                  # m[5]: ISBN, capture number
                (?: 97[89] [\ \-]? )?   # optional 13-digit ISBN prefix
                (?: [0-9]  [\ \-]? ){9} # 9 digits with opt. delimiters
                [0-9Xx]                 # check digit
                \b)
)!x'
748 pages would lose a magic linking.

If only 3645484 pages are articles, 748/3645484 = 0.2 per 1000.

I'd like to take a look into these articles, though.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to