update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/markup/diff/comments.expect.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/diff/comments.expect.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<span class="hljs-comment">Index: languages/demo.js</span>
|
||||
<span class="hljs-comment">===================================================================</span>
|
||||
<span class="hljs-comment">--- languages/demo.js (revision 199)</span>
|
||||
<span class="hljs-comment">+++ languages/demo.js (revision 200)</span>
|
||||
<span class="hljs-meta">@@ -1,8 +1,7 @@</span>
|
||||
<span class="hljs-addition">+ Here we highlight correctly</span>
|
||||
<span class="hljs-comment">====</span>
|
||||
<span class="hljs-addition">+ Here too</span>
|
||||
<span class="hljs-comment">=====</span>
|
||||
<span class="hljs-addition">+ Here we don't anymore after five '=' next to each other</span>
|
||||
10
vendor/scrivo/highlight.php/test/markup/diff/comments.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/diff/comments.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
Index: languages/demo.js
|
||||
===================================================================
|
||||
--- languages/demo.js (revision 199)
|
||||
+++ languages/demo.js (revision 200)
|
||||
@@ -1,8 +1,7 @@
|
||||
+ Here we highlight correctly
|
||||
====
|
||||
+ Here too
|
||||
=====
|
||||
+ Here we don't anymore after five '=' next to each other
|
||||
Reference in New Issue
Block a user