update inbox list
This commit is contained in:
2
vendor/scrivo/highlight.php/test/markup/bash/escaped-quote.expect.txt
vendored
Normal file
2
vendor/scrivo/highlight.php/test/markup/bash/escaped-quote.expect.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="hljs-comment"># Escaped double-quote is not a string</span>
|
||||
<span class="hljs-built_in">echo</span> <span class="hljs-string">'"quoted"'</span> | tr -d \" > text.txt
|
||||
2
vendor/scrivo/highlight.php/test/markup/bash/escaped-quote.txt
vendored
Normal file
2
vendor/scrivo/highlight.php/test/markup/bash/escaped-quote.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Escaped double-quote is not a string
|
||||
echo '"quoted"' | tr -d \" > text.txt
|
||||
3
vendor/scrivo/highlight.php/test/markup/bash/no-numbers.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/bash/no-numbers.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-comment"># numbers aren't highlighted in bash as their semantics is</span>
|
||||
<span class="hljs-comment"># not strictly defined for command line parameters</span>
|
||||
$ tail -10 access.log
|
||||
3
vendor/scrivo/highlight.php/test/markup/bash/no-numbers.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/bash/no-numbers.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# numbers aren't highlighted in bash as their semantics is
|
||||
# not strictly defined for command line parameters
|
||||
$ tail -10 access.log
|
||||
Reference in New Issue
Block a user