Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/ebnf/quote-symbols.expect.txt
2021-04-07 19:25:18 -04:00

9 lines
516 B
Plaintext
Vendored

<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 ) .