Skip to content

Error messages (24) #322

@HolQue

Description

@HolQue

Previously this code

{
   "+"     : 1,
   "param" : ${+}
}

caused

'multiple repeat at position 60'

With latest changes of the JsonPreprocessor, results are available:

[DOTDICT] (2/1) > {+} [INT]  :  1
[DOTDICT] (2/2) > {param} [STR]  :  '${+}'

In case of the character '+' is allowed inside parameter names, I expect param to have integer value 1. Or it's a violation of naming conventions.

But to convert the expression ${+} unresolved to a string, is not ok.

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions