use prism-tomorrow.css
This commit is contained in:
32
docs/_style/prism-master/tests/languages/jsx/issue1356.test
Normal file
32
docs/_style/prism-master/tests/languages/jsx/issue1356.test
Normal file
@ -0,0 +1,32 @@
|
||||
<a href="//localhost">link</a>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"a"
|
||||
]],
|
||||
["attr-name", ["href"]],
|
||||
["attr-value", [
|
||||
["punctuation", "="],
|
||||
["punctuation", "\""],
|
||||
"//localhost",
|
||||
["punctuation", "\""]
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
["plain-text", "link"],
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
"a"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for tags containing "//". See #1356.
|
Reference in New Issue
Block a user