update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/markup/ebnf/quote-symbols.expect.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/ebnf/quote-symbols.expect.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<span class="hljs-attribute">first_quote_symbol</span> = <span class="hljs-string">"'"</span> .
|
||||
<span class="hljs-attribute">second_quote_symbol</span> = <span class="hljs-string">'"'</span> .
|
||||
|
||||
<span class="hljs-comment">(* escaped_quote_symbol tests backticks, which does not interfere
|
||||
* with backslashes. It has precedent in some language
|
||||
* specifications.
|
||||
*)</span>
|
||||
<span class="hljs-attribute">escaped_quote_symbol</span> = <span class="hljs-string">`\`</span> ( first_quote_symbol | second_quote_symbol ) .
|
||||
Reference in New Issue
Block a user