-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Milestone
Description
Previously this content
{
"$" : 7,
"param" : ${$}
}
caused:
'Invalid key name: "$". Key names have to start with a letter, digit or underscore.'
After the naming convention has been reduced to '.+', the result is:
'The parameter '${$}' is not available!'
But under these circumstances the name '$' should be accepted.
Metadata
Metadata
Assignees
Projects
Status
Open