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

InjectByTag not working with interior comma #28

Closed
richard-edwards opened this issue Mar 14, 2018 · 1 comment
Closed

InjectByTag not working with interior comma #28

richard-edwards opened this issue Mar 14, 2018 · 1 comment

Comments

@richard-edwards
Copy link

This is in a .vue file, not sure if it behaves the same way in other files or not.

Steps to reproduce:

  • add the following to html file
[AIV]Version {version} , {date}[/AIV]

Expected outcome:

  • html contains Version 01.00.00 , Jan 15th, 2018

Actual outcome:

  • html contains [AIV]Version {version} , {date}[/AIV]
@radswiat
Copy link
Owner

Fixed, thanks for help!
( it was regExp issue, also it is now possible to modify this regex in the config file in case of any similar issue in the future "AIVTagRegexp" )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants