update inbox list
This commit is contained in:
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/
|
||||
Reference in New Issue
Block a user