update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/markup/properties/syntax.expect.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/markup/properties/syntax.expect.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<span class="hljs-comment"># comment</span>
|
||||
<span class="hljs-comment"> # comment</span>
|
||||
<span class="hljs-comment">! comment</span>
|
||||
<span class="hljs-comment"> ! comment</span>
|
||||
<span class="hljs-attr">key</span>=<span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span> = <span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span>:<span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span> : <span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span> <span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span> <span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span> = <span class="hljs-string">val\
|
||||
val</span>
|
||||
<span class="hljs-attr">key\ key\:\=</span> <span class="hljs-string">val</span>
|
||||
<span class="hljs-attr">key</span>
|
||||
14
vendor/scrivo/highlight.php/test/markup/properties/syntax.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/markup/properties/syntax.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# comment
|
||||
# comment
|
||||
! comment
|
||||
! comment
|
||||
key=val
|
||||
key = val
|
||||
key:val
|
||||
key : val
|
||||
key val
|
||||
key val
|
||||
key = val\
|
||||
val
|
||||
key\ key\:\= val
|
||||
key
|
||||
Reference in New Issue
Block a user