We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gpc-replacer doesn't replace inside tag names.
Have this tag @loop(${iterationB}) Use this config { "path": "gpc-replacer", "configuration": { "iterationB": 5 } }
Expected tag after replacing @loop(5).
Actual result after replace @loop(${iterationB})
The text was updated successfully, but these errors were encountered:
#2 fixed replacing tag value
b37a5c2
#2 fixed replacing tag value (#3)
10ca130
* #2 fixed replacing tag value * Updated documentation
@MatAdam03 fixed with gpc-replacer@1.0.1
gpc-replacer@1.0.1
Sorry, something went wrong.
szikszail
Successfully merging a pull request may close this issue.
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})
The text was updated successfully, but these errors were encountered: