## How to reproduce: ```javascript mustache.render("Here is a(n) {{{{element}}}.", { element: "value"}) ``` ## Expected Behavior I don't know, I think it should be a malformed template. ## Actual Behavior Output will be : "Here is a(n) ."
How to reproduce:
Expected Behavior
I don't know, I think it should be a malformed template.
Actual Behavior
Output will be : "Here is a(n) ."