katoikia-app/web-ui/web-react/node_modules/prismjs/tests/languages/jsx/issue1236.test

26 lines
493 B
Plaintext
Raw Normal View History

2022-07-06 04:15:11 +00:00
<Child {...this.props}>
----------------------------------------------------
[
["tag", [
["tag", [
["punctuation", "<"],
"Child"
]],
["spread", [
["punctuation", "{"],
["punctuation", "..."],
["attr-value", "this"],
["punctuation", "."],
["attr-value", "props"],
["punctuation", "}"]
]],
["punctuation", ">"]
]]
]
----------------------------------------------------
Checks that spread can contain an object property.
See #1236.