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

       Web browser: ---
            Bug ID: 58054
           Summary: auto-external links terminate differently than the php
                    parser
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

In the php parser the wikitext "(http://www.google.com)" results in:

    (<a class="external free"
href="https://bugzilla.wikimedia.org/show_bug.cgi?id=57451";>https://bugzilla.wikimedia.org/show_bug.cgi?id=57451</a>)

Running the same content through parsoid results in:

    (<a rel="mw:ExtLink" href="http://www.google.com)"
data-parsoid='{"stx":"url","dsr":[1,23,0,0]}'>http://www.google.com)</a>

The final parenthesis should be outside the anchor, rather than included in the
url.

-- 
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