Details
Description
Pending steps methods remove a few invalid chars from the method name, however the following should be removed as well:
$ \ / ( ) { } [ ]
slash/backslash and the different brackets are not allowed, $ is allowed but is reserved for internal identifiers and should not be used normally (IIRC)
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Mauro Talevi [ maurotalevi ] | |
Fix Version/s | 3.6 [ 17721 ] | |
Resolution | Fixed [ 1 ] |
(I can create a patch, it was just getting too late last evening to start it)