Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to parse an array in strings #587

Closed
lbetz opened this issue Aug 24, 2019 · 0 comments
Closed

Allow to parse an array in strings #587

lbetz opened this issue Aug 24, 2019 · 0 comments
Assignees
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Aug 24, 2019

Current Behavior:
host.name + "[ item1, item2, host.address ]"

Expected Behavior:
host.name + [ "item1", "item2", host.address ]

@lbetz lbetz added this to the 2.4.0 milestone Aug 24, 2019
@lbetz lbetz self-assigned this Aug 24, 2019
lbetz added a commit that referenced this issue Aug 24, 2019
lbetz added a commit that referenced this issue Aug 24, 2019
@lbetz lbetz modified the milestones: 2.4.0, 2.5.0 Jan 13, 2020
@lbetz lbetz closed this as completed in 00d2059 Jan 13, 2020
@lbetz lbetz modified the milestones: 2.5.0, 2.4.0 Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant