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

       Web browser: ---
            Bug ID: 52103
           Summary: Missing nowiki escaping when single quotes wrap new
                    i/b tags
           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]
    Classification: Unclassified
   Mobile Platform: ---

Reported at:
https://en.wikipedia.org/wiki/Wikipedia:VisualEditor/Feedback#Link_formatting_trick

Simplified test cases here:

[subbu@earth lib] echo "[[Foo|'foo']]" | node parse | sed
"s/foo/<i>foo<\/i>/g;" | node parse --html2wt
[[Foo|'''foo''']]

[subbu@earth lib] echo "[[Foo|'foo']]" | node parse | sed
"s/foo/<b>foo<\/b>/g;" | node parse --html2wt
[[Foo|''''foo'''']]

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