Skip to content

Error messages (25) #323

@HolQue

Description

@HolQue

Previously this code

{
   "$"     : 7,
   "param" : ${$}
}

caused

'Expression '${$}' cannot be evaluated. Reason: A pair of curly brackets is empty or contains not allowed characters.'

With latest changes of the JsonPreprocessor the error message changed to:

'The parameter '${$}' is not available!'

That's wrong.

Either the parameter should be detected or the dollar character is not allowed to be part of a parameter name (violation of naming convention).

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions