Skip to content

Error while accessing a list element #85

@HolQue

Description

@HolQue

I try to access the first element of a list parameter with:

"element_1" : ${componentB_param_1}[0]

This causes a

Expecting ',' delimiter

error.

With quotes around the expression at the right hand side of the colon, it works:

"element_1" : "${componentB_param_1}[0]"

But I would expect that the quotes are not required.

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions