jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/jade/plain-text_feature.test
2016-02-03 18:00:01 -05:00

19 lines
270 B
Plaintext

div foo
span foo bar
----------------------------------------------------
[
["tag", [
"div"
]],
["plain-text", "foo"],
["tag", [
"span"
]],
["plain-text", "foo bar"]
]
----------------------------------------------------
Checks for single-line plain text.