update inbox list
This commit is contained in:
1
vendor/scrivo/highlight.php/test/markup/scheme/lambda.expect.txt
vendored
Normal file
1
vendor/scrivo/highlight.php/test/markup/scheme/lambda.expect.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(<span class="hljs-name"><span class="hljs-builtin-name">lambda</span></span> (x y z) (<span class="hljs-name"><span class="hljs-builtin-name">+</span></span> y z))
|
||||
1
vendor/scrivo/highlight.php/test/markup/scheme/lambda.txt
vendored
Normal file
1
vendor/scrivo/highlight.php/test/markup/scheme/lambda.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(lambda (x y z) (+ y z))
|
||||
1
vendor/scrivo/highlight.php/test/markup/scheme/quoted.expect.txt
vendored
Normal file
1
vendor/scrivo/highlight.php/test/markup/scheme/quoted.expect.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(<span class="hljs-name">scheme</span> <span class="hljs-symbol">'a</span> '(a quoted (list)) `(quoted))
|
||||
1
vendor/scrivo/highlight.php/test/markup/scheme/quoted.txt
vendored
Normal file
1
vendor/scrivo/highlight.php/test/markup/scheme/quoted.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(scheme 'a '(a quoted (list)) `(quoted))
|
||||
Reference in New Issue
Block a user