https://bugzilla.wikimedia.org/show_bug.cgi?id=19093
Andrew Garrett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #5 from Andrew Garrett <[email protected]> 2009-06-05 15:43:44 UTC --- (In reply to comment #4) > <{{#switch: foo | bar | baz = ABC | #default = DEF }}> --> <DEF> > <{{#switch: foo | bar | #default = DEF | baz = ABC }}> --> <DEF> > <{{#switch: foo | #default | bar = DEF | baz = ABC }}> --> <> > > That doesn't look very intuitive to me. Those test cases differ in more than position. The first two don't differ except for position, and they give the same output. The first two differ from the last test case in that the DEF has been moved from #default to bar, and therefore you get a different result. Where's the bug? -- 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
