update inbox list
This commit is contained in:
4
vendor/scrivo/highlight.php/test/markup/lisp/mec.expect.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/lisp/mec.expect.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<span class="hljs-comment">; MEC: Multiple Escape Characters. See https://github.com/highlightjs/highlight.js/issues/615</span>
|
||||
(<span class="hljs-name">|spaces and
|
||||
newlines|</span> x)
|
||||
(<span class="hljs-name">x</span> '|quoted|)
|
||||
4
vendor/scrivo/highlight.php/test/markup/lisp/mec.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/lisp/mec.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
; MEC: Multiple Escape Characters. See https://github.com/highlightjs/highlight.js/issues/615
|
||||
(|spaces and
|
||||
newlines| x)
|
||||
(x '|quoted|)
|
||||
Reference in New Issue
Block a user