update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
56
dashboard-ui/bower_components/prism/tests/languages/markdown/url-reference_feature.test
vendored
Normal file
56
dashboard-ui/bower_components/prism/tests/languages/markdown/url-reference_feature.test
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
[foo]: http://prismjs.com
|
||||
[foo]: http://prismjs.com "foo\"bar"
|
||||
[foo]: http://prismjs.com 'foo\'bar'
|
||||
![foo]: http://prismjs.com (foo (bar\) baz)
|
||||
[foo]: <http://prismjs.com> "Prism"
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["url-reference", [
|
||||
["punctuation", "["],
|
||||
["variable", "foo"],
|
||||
["punctuation", "]"],
|
||||
["punctuation", ":"],
|
||||
" http://prismjs.com"
|
||||
]],
|
||||
["url-reference", [
|
||||
["punctuation", "["],
|
||||
["variable", "foo"],
|
||||
["punctuation", "]"],
|
||||
["punctuation", ":"],
|
||||
" http://prismjs.com ",
|
||||
["string", "\"foo\\\"bar\""]
|
||||
]],
|
||||
["url-reference", [
|
||||
["punctuation", "["],
|
||||
["variable", "foo"],
|
||||
["punctuation", "]"],
|
||||
["punctuation", ":"],
|
||||
" http://prismjs.com ",
|
||||
["string", "'foo\\'bar'"]
|
||||
]],
|
||||
["url-reference", [
|
||||
["punctuation", "!"],
|
||||
["punctuation", "["],
|
||||
["variable", "foo"],
|
||||
["punctuation", "]"],
|
||||
["punctuation", ":"],
|
||||
" http://prismjs.com ",
|
||||
["string", "(foo (bar\\) baz)"]
|
||||
]],
|
||||
["url-reference", [
|
||||
["punctuation", "["],
|
||||
["variable", "foo"],
|
||||
["punctuation", "]"],
|
||||
["punctuation", ":"],
|
||||
["punctuation", "<"],
|
||||
"http://prismjs.com",
|
||||
["punctuation", ">"],
|
||||
["string", "\"Prism\""]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for URL references.
|
Loading…
Add table
Add a link
Reference in a new issue