update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
33
dashboard-ui/bower_components/prism/tests/languages/rest/link_feature.test
vendored
Normal file
33
dashboard-ui/bower_components/prism/tests/languages/rest/link_feature.test
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
[1]_
|
||||
[2]_
|
||||
[#]_
|
||||
[#foobar]_
|
||||
[CIT2002]_
|
||||
|
||||
foobar_
|
||||
foo__
|
||||
foo:bar_
|
||||
`foo:bar`_
|
||||
`foo bar baz`__
|
||||
_`inline internal target`
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["link", [["punctuation", "["], "1", ["punctuation", "]_"]]],
|
||||
["link", [["punctuation", "["], "2", ["punctuation", "]_"]]],
|
||||
["link", [["punctuation", "["], "#", ["punctuation", "]_"]]],
|
||||
["link", [["punctuation", "["], "#foobar", ["punctuation", "]_"]]],
|
||||
["link", [["punctuation", "["], "CIT2002", ["punctuation", "]_"]]],
|
||||
|
||||
["link", ["foobar", ["punctuation", "_"]]],
|
||||
["link", ["foo", ["punctuation", "__"]]],
|
||||
["link", ["foo:bar", ["punctuation", "_"]]],
|
||||
["link", [["punctuation", "`"], "foo:bar", ["punctuation", "`_"]]],
|
||||
["link", [["punctuation", "`"], "foo bar baz", ["punctuation", "`__"]]],
|
||||
["link", [["punctuation", "_`"], "inline internal target", ["punctuation", "`"]]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for links.
|
Loading…
Add table
Add a link
Reference in a new issue