quote-symbols.expect.txt 516 B

12345678
  1. <span class="hljs-attribute">first_quote_symbol</span> = <span class="hljs-string">"'"</span> .
  2. <span class="hljs-attribute">second_quote_symbol</span> = <span class="hljs-string">'"'</span> .
  3. <span class="hljs-comment">(* escaped_quote_symbol tests backticks, which does not interfere
  4. * with backslashes. It has precedent in some language
  5. * specifications.
  6. *)</span>
  7. <span class="hljs-attribute">escaped_quote_symbol</span> = <span class="hljs-string">`\`</span> ( first_quote_symbol | second_quote_symbol ) .