escaped-mustaches.expect.txt 580 B

12345678910111213141516171819202122
  1. <span class="xml">\{{no-expression}}
  2. \{{{no-expression}}}
  3. \{{#no}} block \{{/no}}
  4. \{{\{{no}}}} block \{{\{{/no}}}}
  5. \{{!-- no comment --}}
  6. \{{! no comment }}
  7. <span class="hljs-comment">&lt;!-- escaped escapings --&gt;</span>
  8. \\</span><span class="hljs-template-variable">{{expression}}</span><span class="xml">
  9. \\\</span><span class="hljs-template-variable">{{expression}}</span><span class="xml">
  10. \\\\</span><span class="hljs-template-variable">{{expression}}</span><span class="xml">
  11. \\\</span><span class="hljs-comment">{{! comment }}</span><span class="xml">
  12. </span>