update inbox list
This commit is contained in:
22
vendor/scrivo/highlight.php/test/markup/handlebars/escaped-mustaches.expect.txt
vendored
Normal file
22
vendor/scrivo/highlight.php/test/markup/handlebars/escaped-mustaches.expect.txt
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<span class="xml">\{{no-expression}}
|
||||
|
||||
\{{{no-expression}}}
|
||||
|
||||
\{{#no}} block \{{/no}}
|
||||
|
||||
\{{\{{no}}}} block \{{\{{/no}}}}
|
||||
|
||||
\{{!-- no comment --}}
|
||||
|
||||
\{{! no comment }}
|
||||
|
||||
<span class="hljs-comment"><!-- escaped escapings --></span>
|
||||
|
||||
\\</span><span class="hljs-template-variable">{{expression}}</span><span class="xml">
|
||||
|
||||
\\\</span><span class="hljs-template-variable">{{expression}}</span><span class="xml">
|
||||
|
||||
\\\\</span><span class="hljs-template-variable">{{expression}}</span><span class="xml">
|
||||
|
||||
\\\</span><span class="hljs-comment">{{! comment }}</span><span class="xml">
|
||||
</span>
|
||||
Reference in New Issue
Block a user