CS-Notes/docs/_style/prism-master/tests/languages/markup/issue888.test
2018-12-19 14:09:39 +08:00

18 lines
348 B
Plaintext

<android.support.v7.widget.CardView>
----------------------------------------------------
[
["tag", [
["tag", [
["punctuation", "<"],
"android.support.v7.widget.CardView"
]],
["punctuation", ">"]
]]
]
----------------------------------------------------
Checks for tag names containing dots.
See #888 for details.