-
Notifications
You must be signed in to change notification settings - Fork 56
Some tokens aren't replaced #149
Comments
Hi @dmytro-aleinykov, |
Hi @qetza, |
Fix is done and deployed in version 3.5.2 |
Hi again. However, there are still some :( |
Ok, i’ll wait for your repro steps |
Hi @qetza , Here is an example: OUT FILE: EXPECTED RESULT: no changes Here is the warning, which I see in logs: One more example: IN FILE: OUT FILE: EXPECTED RESULT: |
Ok, the issue is because you are using as token prefix and suffix characters that exists in your file also. |
@dmytro-aleinykov, |
Version 3.6.0 is released with the |
Hi @dmytro-aleinykov, |
@qetza we updated your task to latest version and unfortunately I think the original issue didn't disappear (even with the both the legacy and the new regexp are not able to properly handle the above scenario (quite standard in netcore appsettings based configurations) Any help would be appreciated. |
Hi @finkinfridom, |
Closing for long inactivity, feel free to reopen if needed. |
Hello, we're experiencing some strange issue with this Task. It was perfectly working earlier, till yesterday.
For some reason, it does not replace some tokens. It looks like we've found a common pattern: it doesn't replace a token, when one line above is this symbol "{" with tailing spaces.
Example:
tokentobereplaced = cool-value
Expected result:
Actual result
The text was updated successfully, but these errors were encountered: