-
Notifications
You must be signed in to change notification settings - Fork 406
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
Support HTML entities within pattern parameters #145
Comments
Great to hear! |
Ok, just added a test to show that this issue no longer exists in PR #307 |
* more accurate paramToJson in parameter_hunter * updating unit tests for parameter_hunter paramToJson * minor edit * another param string parser * bugs fixed, unit tests working * variable name change * Added (failing for now) test to highlight the bug. * Added another test for another bug (parenthesis in value confuses patternhunter) * Added additional parameter hunter tests. * replacing JSON with JSON5 for better error messaging * working paramToJson * stricter unit tests * comment updates * simplfying paramToJson further * simplfying paramToJson further * comment update * tightened parameter key search * comment update * accommodating decimals and exponentials as valid numeric values * comment update * fixing array instead of number typo * more comments * spacing to pass eslint * removing unnecessary escape * Fixed minor bug: Array instead of int used as substring() arg. * Added parameter_hunter test to explicity show that issue #145 will now be fixed too. * fixing substring param typo * renaming json5 instances * comment update * Added comment in test code to reference issue #145
This is working like a dream - thanks you two! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We've regressed on this in v3. available on the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I was thinking if this is still an issue with the new feature of |
right - this is now a won't fix! if your pattern Engine of choice doesn't support this, use a more powerful one. We won't be propping up mustache any longer |
I tried putting some parentheses inside a pattern parameter string today and it did not work. We should be able to make these strings safer. Would help with passing in things like
<strong>DANGER DANGER </strong>
tooThe text was updated successfully, but these errors were encountered: