update inbox list
This commit is contained in:
30
vendor/scrivo/highlight.php/test/markup/yaml/block.expect.txt
vendored
Normal file
30
vendor/scrivo/highlight.php/test/markup/yaml/block.expect.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<span class="hljs-bullet">-</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">|
|
||||
block node
|
||||
</span><span class="hljs-bullet">-</span> <span class="hljs-bullet">-</span> <span class="hljs-string">one</span> <span class="hljs-comment"># Compact</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">two</span> <span class="hljs-comment"># sequence</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-attr">one:</span> <span class="hljs-string">two</span> <span class="hljs-comment"># Compact mapping</span>
|
||||
<span class="hljs-attr">key_block:</span> <span class="hljs-string">|
|
||||
first
|
||||
second
|
||||
third
|
||||
</span><span class="hljs-attr">gt_block:</span> <span class="hljs-string">>
|
||||
once
|
||||
twice
|
||||
</span><span class="hljs-attr">start-key:</span> <span class="hljs-string">|
|
||||
<!-- example of
|
||||
some valid string content-->
|
||||
</span><span class="hljs-comment"># ******************************************************************************</span>
|
||||
<span class="hljs-comment"># * COMMENT BLOCK HERE *</span>
|
||||
<span class="hljs-comment"># ******************************************************************************</span>
|
||||
<span class="hljs-attr">with-indicator:</span> <span class="hljs-string">|3</span>
|
||||
<span class="hljs-string">fff</span>
|
||||
<span class="hljs-string">ggg</span>
|
||||
<span class="hljs-attr">with-chomp:</span> <span class="hljs-string">|-
|
||||
jjj
|
||||
kkk
|
||||
</span><span class="hljs-attr">with-both:</span> <span class="hljs-string">|3-
|
||||
ggg
|
||||
hhh
|
||||
# not a comment
|
||||
</span><span class="hljs-comment"># comment starts here</span>
|
||||
30
vendor/scrivo/highlight.php/test/markup/yaml/block.txt
vendored
Normal file
30
vendor/scrivo/highlight.php/test/markup/yaml/block.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
-
|
||||
- |
|
||||
block node
|
||||
- - one # Compact
|
||||
- two # sequence
|
||||
- one: two # Compact mapping
|
||||
key_block: |
|
||||
first
|
||||
second
|
||||
third
|
||||
gt_block: >
|
||||
once
|
||||
twice
|
||||
start-key: |
|
||||
<!-- example of
|
||||
some valid string content-->
|
||||
# ******************************************************************************
|
||||
# * COMMENT BLOCK HERE *
|
||||
# ******************************************************************************
|
||||
with-indicator: |3
|
||||
fff
|
||||
ggg
|
||||
with-chomp: |-
|
||||
jjj
|
||||
kkk
|
||||
with-both: |3-
|
||||
ggg
|
||||
hhh
|
||||
# not a comment
|
||||
# comment starts here
|
||||
32
vendor/scrivo/highlight.php/test/markup/yaml/keys.expect.txt
vendored
Normal file
32
vendor/scrivo/highlight.php/test/markup/yaml/keys.expect.txt
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<span class="hljs-attr">someKey:</span>
|
||||
<span class="hljs-attr">anotherKey:</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">some_key:</span>
|
||||
<span class="hljs-attr">another_key:</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">some key:</span>
|
||||
<span class="hljs-attr">another key:</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">"some key":</span>
|
||||
<span class="hljs-attr">"another key":</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">'some key':</span>
|
||||
<span class="hljs-attr">'another key':</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">some-key:</span>
|
||||
<span class="hljs-attr">another-key:</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">some.key:</span>
|
||||
<span class="hljs-attr">another.key:</span> <span class="hljs-string">value</span>
|
||||
|
||||
|
||||
<span class="hljs-attr">parentKey:</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-attr">subKey:</span>
|
||||
<span class="hljs-string">subValue</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-attr">sub key:</span>
|
||||
<span class="hljs-string">sub</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">https://url.as.a.key/:</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">some</span> <span class="hljs-string">value</span>
|
||||
|
||||
<span class="hljs-attr">someKey:</span> <span class="hljs-string">https://url.as.a.value/</span>
|
||||
32
vendor/scrivo/highlight.php/test/markup/yaml/keys.txt
vendored
Normal file
32
vendor/scrivo/highlight.php/test/markup/yaml/keys.txt
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
someKey:
|
||||
anotherKey: value
|
||||
|
||||
some_key:
|
||||
another_key: value
|
||||
|
||||
some key:
|
||||
another key: value
|
||||
|
||||
"some key":
|
||||
"another key": value
|
||||
|
||||
'some key':
|
||||
'another key': value
|
||||
|
||||
some-key:
|
||||
another-key: value
|
||||
|
||||
some.key:
|
||||
another.key: value
|
||||
|
||||
|
||||
parentKey:
|
||||
- subKey:
|
||||
subValue
|
||||
- sub key:
|
||||
sub value
|
||||
|
||||
https://url.as.a.key/:
|
||||
- some value
|
||||
|
||||
someKey: https://url.as.a.value/
|
||||
5
vendor/scrivo/highlight.php/test/markup/yaml/numbers.expect.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/yaml/numbers.expect.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-number">1234</span>
|
||||
<span class="hljs-attr">not_hex:</span> <span class="hljs-string">999fff</span>
|
||||
<span class="hljs-attr">hex:</span> <span class="hljs-number">0x999fff</span>
|
||||
<span class="hljs-attr">numkey999:</span> <span class="hljs-number">1234</span>
|
||||
<span class="hljs-attr">exp:</span> <span class="hljs-number">-2.3e-5</span>
|
||||
5
vendor/scrivo/highlight.php/test/markup/yaml/numbers.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/yaml/numbers.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
key: 1234
|
||||
not_hex: 999fff
|
||||
hex: 0x999fff
|
||||
numkey999: 1234
|
||||
exp: -2.3e-5
|
||||
7
vendor/scrivo/highlight.php/test/markup/yaml/string.expect.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/yaml/string.expect.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-string">value</span>
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-string">'some value'</span>
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-string">"some value"</span>
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-string">|
|
||||
multi-string
|
||||
value
|
||||
</span><span class="hljs-attr">key:</span> <span class="hljs-literal">true</span>
|
||||
7
vendor/scrivo/highlight.php/test/markup/yaml/string.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/yaml/string.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
key: value
|
||||
key: 'some value'
|
||||
key: "some value"
|
||||
key: |
|
||||
multi-string
|
||||
value
|
||||
key: true
|
||||
4
vendor/scrivo/highlight.php/test/markup/yaml/tag.expect.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/yaml/tag.expect.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-type">!!builtintagname</span> <span class="hljs-string">test</span>
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-type">!localtagname</span> <span class="hljs-string">test</span>
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-string">"!notatag"</span>
|
||||
<span class="hljs-attr">key:</span> <span class="hljs-string">'!!notatageither'</span>
|
||||
4
vendor/scrivo/highlight.php/test/markup/yaml/tag.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/yaml/tag.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
key: !!builtintagname test
|
||||
key: !localtagname test
|
||||
key: "!notatag"
|
||||
key: '!!notatageither'
|
||||
Reference in New Issue
Block a user