Skip to content

FIX it isn't sometimes escape.

Compare
Choose a tag to compare
@soranoba soranoba released this 25 Oct 15:45
· 115 commits to master since this release

e.g.

% v1.3.0
1> bbmustache:render(<<"{{{message}}world}">>, #{"message"=>"<s>hello</s>"}).  
<<"{<s>hello</s>world}">>

% v1.3.1
2> bbmustache:render(<<"{{{message}}world}">>, #{"message"=>"<s>hello</s>"}).  
<<"{&lt;s&gt;hello&lt;/s&gt;, }">>