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

[BUG] gpc-replacer not replacing inside tags #2

Closed
MatAdam03 opened this issue Mar 24, 2022 · 1 comment · Fixed by #3
Closed

[BUG] gpc-replacer not replacing inside tags #2

MatAdam03 opened this issue Mar 24, 2022 · 1 comment · Fixed by #3
Assignees
Labels
bug Something isn't working

Comments

@MatAdam03
Copy link

Summary

Gpc-replacer doesn't replace inside tag names.

Steps to Reproduce

Have this tag @loop(${iterationB})
Use this config
{
"path": "gpc-replacer",
"configuration": {
"iterationB": 5
}
}

Expected behavior**

Expected tag after replacing @loop(5).

Actual behavior**

Actual result after replace @loop(${iterationB})

@MatAdam03 MatAdam03 added the bug Something isn't working label Mar 24, 2022
szikszail added a commit that referenced this issue Mar 24, 2022
@szikszail szikszail linked a pull request Mar 24, 2022 that will close this issue
szikszail added a commit that referenced this issue Mar 25, 2022
* #2 fixed replacing tag value
* Updated documentation
@szikszail
Copy link
Contributor

@MatAdam03 fixed with gpc-replacer@1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants