Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Round bracket in substitution text disapears #17

@advisoft

Description

@advisoft

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions