You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
When substituting an non-html escaped piece of text that has a round bracket, the round bracket does not make it into the rendered output.
Boost regex replace is eating the character and it cant be escaped because plustache escapes the regex escape character.
My quick fix was to escape both brackets at the sample place where the \ is getting escaped. (line 110ish of template.cpp on the current version)
This happens on BCC32 inside Rad Studio XE7.
Not sure if I am overlooking an obvious way around this?
Cheers