use prism-tomorrow.css
This commit is contained in:
25
docs/_style/prism-master/tests/languages/jsx/issue1364.test
Normal file
25
docs/_style/prism-master/tests/languages/jsx/issue1364.test
Normal file
@ -0,0 +1,25 @@
|
||||
<CodeView title={{}} />
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
["class-name", "CodeView"]
|
||||
]],
|
||||
["attr-name", ["title"]],
|
||||
["script", [
|
||||
["script-punctuation", "="],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "}"],
|
||||
["punctuation", "}"]
|
||||
]],
|
||||
["punctuation", "/>"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for empty objects in JSX. See #1364
|
Reference in New Issue
Block a user