Modify ↓
      
Opened 11 years ago
Closed 11 years ago
#11936 closed defect (wontfix)
Wiki processor parameters only work when separated by spaces
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
In Trac 1.0 this worked:
{{{#!Workflow width=500,height=500
leave = * -> *
}}}
(see sandbox).
But in Trac 1.1 it does not. One has to write a space instead of a comma:
{{{#!Workflow width=500 height=500
leave = * -> *
}}}
(see sandbox).
Possibly this only worked by accident before and can be closed as WONTFIX.
Maybe this was changed in #10834?
Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
Right, since #10834 ([12184#file4]) the comma is used as a delimiter for rhs parameters in the keyword argument. I think the change in #10834 is okay since WikiMacros#Workflow-macro doesn't prescribe use of the comma as a delimiter. However if you find any place in the documentation that shows use of the comma as a delimiter for WikiProcessor keywords, please bring it to our attention.