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

            Bug ID: 64300
           Summary: Too quick to use 'autolink' form for URLs
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: serializer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

$ echo 'x<a rel="mw:ExtLink" href="http://cscott.net";>http://cscott.net</a>' |
tests/parse.js --html2wt
xhttp://cscott.net

Whoops -- we should only convert back to the 'autolink' form for the URL if
there is whitespace preceding it.  Otherwise this should be serialized as:

x[http://cscott.net http://cscott.net]

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