Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{#switch: | !! test | ||
Bug 19093: Default values don't fall through in switch | |||
!! input | |||
<{{#switch: foo | bar | #default = DEF }}> | |||
<{{#switch: foo | #default | bar = DEF }}> | |||
!! result | |||
<p><DEF> | |||
<DEF> | |||
</p> | |||
!! end |
Version vom 21. Mai 2013, 19:44 Uhr
!! test Bug 19093: Default values don't fall through in switch !! input <DEF> <DEF> !! result
<DEF> <DEF>
!! end