jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/jade/plain-text_feature.test

19 lines
270 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
div foo
span foo bar
----------------------------------------------------
[
["tag", [
"div"
]],
["plain-text", "foo"],
["tag", [
"span"
]],
["plain-text", "foo bar"]
]
----------------------------------------------------
Checks for single-line plain text.