update inbox list
This commit is contained in:
3
vendor/scrivo/highlight.php/test/markup/dos/comments.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/dos/comments.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-comment">rem comment</span>
|
||||
<span class="hljs-comment"> rem comment</span>
|
||||
<span class="hljs-built_in">copy</span> a.txt b.txt > <span class="hljs-built_in">rem</span> not_a_comment
|
||||
3
vendor/scrivo/highlight.php/test/markup/dos/comments.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/dos/comments.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
rem comment
|
||||
rem comment
|
||||
copy a.txt b.txt > rem not_a_comment
|
||||
Reference in New Issue
Block a user