Issue 134145
Summary [llvm][support] mustache library does not support escapes
Labels new issue
Assignees
Reporter PeterChou1
    The mustache specification states that to specify an escape tag you can use a 'triple mustache', which stated here

https://mustache.github.io/mustache.5.html

the current implementation of the mustache spec in the support library does not support that and only supports escaping using the ampersand or &
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to