update components
This commit is contained in:
parent
5e3ab690af
commit
90eb88f883
1155 changed files with 62261 additions and 84 deletions
69
dashboard-ui/bower_components/prism/tests/languages/rest/substitution-def_feature.test
vendored
Normal file
69
dashboard-ui/bower_components/prism/tests/languages/rest/substitution-def_feature.test
vendored
Normal file
|
@ -0,0 +1,69 @@
|
|||
.. |biohazard| image:: biohazard.png
|
||||
.. |Red light| image:: red_light.png
|
||||
|
||||
.. |Michael| user:: mjones
|
||||
.. |Jon| user:: jhl
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", ".."],
|
||||
["substitution-def", [
|
||||
["substitution", [
|
||||
["punctuation", "|"],
|
||||
"biohazard",
|
||||
["punctuation", "|"]
|
||||
]],
|
||||
["directive", [
|
||||
"image",
|
||||
["punctuation", "::"]
|
||||
]]
|
||||
]],
|
||||
" biohazard.png\r\n",
|
||||
|
||||
["punctuation", ".."],
|
||||
["substitution-def", [
|
||||
["substitution", [
|
||||
["punctuation", "|"],
|
||||
"Red light",
|
||||
["punctuation", "|"]
|
||||
]],
|
||||
["directive", [
|
||||
"image",
|
||||
["punctuation", "::"]
|
||||
]]
|
||||
]],
|
||||
" red_light.png\r\n\r\n",
|
||||
|
||||
["punctuation", ".."],
|
||||
["substitution-def", [
|
||||
["substitution", [
|
||||
["punctuation", "|"],
|
||||
"Michael",
|
||||
["punctuation", "|"]
|
||||
]],
|
||||
["directive", [
|
||||
"user",
|
||||
["punctuation", "::"]
|
||||
]]
|
||||
]],
|
||||
" mjones\r\n",
|
||||
|
||||
["punctuation", ".."],
|
||||
["substitution-def", [
|
||||
["substitution", [
|
||||
["punctuation", "|"],
|
||||
"Jon",
|
||||
["punctuation", "|"]
|
||||
]],
|
||||
["directive", [
|
||||
"user",
|
||||
["punctuation", "::"]
|
||||
]]
|
||||
]],
|
||||
" jhl"
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for substitution definitions.
|
Loading…
Add table
Add a link
Reference in a new issue