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