use prism-tomorrow.css
This commit is contained in:
29
docs/_style/prism-master/tests/languages/jsx/issue1235.test
Normal file
29
docs/_style/prism-master/tests/languages/jsx/issue1235.test
Normal file
@ -0,0 +1,29 @@
|
||||
<Child options={{ track: true }}>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
["class-name", "Child"]
|
||||
]],
|
||||
["attr-name", ["options"]],
|
||||
["script", [
|
||||
["script-punctuation", "="],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "{"],
|
||||
" track",
|
||||
["punctuation", ":"],
|
||||
["boolean", "true"],
|
||||
["punctuation", "}"],
|
||||
["punctuation", "}"]
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks that attribute can contain an simple object.
|
||||
See #1235.
|
Reference in New Issue
Block a user