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

       Web browser: ---
            Bug ID: 51387
           Summary: Update normalization routines to recognize php and
                    parsoid output for categories as equivalent
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: tests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

For [[Category:Foo]], PHP parser emits:
<a href="/wiki/Category:Foo" title="Category:Foo">Foo</a>

Parsoid emits:
<link rel="mw:WikiLink/Category" href="./Category:Foo">

This difference leads to artificial test failures in parser test runs.  Update
our normalization routines to recognize them as equivalent.

-- 
You are receiving this mail because:
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