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

       Web browser: ---
            Bug ID: 52824
           Summary: Preserve positional template parameters even if a
                    nested template contains a '='
           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: ---

Derived from bug 51961, comment 1: Positional parameters with an '=' in them
are converted to named parameters, even if the '=' is safely embedded inside a
nested transclusion.

Minimal test case:

{{echo|{{echo|1=bar}}}}

To fix this, we should probably tokenize the value with appropriate flags and
look at the remaining string content instead of the entire string.

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