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

Philippe Verdy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #13 from Philippe Verdy <[email protected]> 2012-03-26 15:07:40 
UTC ---
NOT fixed in the 1st parameter of {{#switch:...}}. Which also stills considers
an input parameter like "&#x40;" or "&#64;" as different from "@".

NOT fixed in the 1st parameter of {{#expr:...}}, {{#if:...}}, {{#ifexpr:...}},
or in the 2 first parameters of {{#ifeq:...}}.

In all of these parser functions, the presence of a nowiki section will not
work as expected. Those nowiki markers should be stripped completely as well
from these parameters (just like already the HTML comments) before processing
the rest of the functions, because there's nothing in these parameters that
will be part of the output of these functions and that need a protection
against a further wiki reparsing.

Finally, you still use overlong markers for those nowiki sections. A single DEL
character can be used at start or end of the text sections that need to be
protected, the unique identifiers created in the current markers are overkill
and serve absolutely no purpose. And an empty <nowiki/> can as well be a single
pair of DEL characters.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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