FixtureTrim

@Serializable
class FixtureTrim(val open: Boolean = false, val close: Boolean = false)(source)

Mirror of one tag's whitespace-control (~ trim) state. Both flags default to false so fixtures that predate the whitespace-control model, and tags without any ~ marker, need not spell the field out.

Constructors

Link copied to clipboard
constructor(open: Boolean = false, close: Boolean = false)

Properties

Link copied to clipboard

whether the tag's closing delimiter carries a ~ trim marker.

Link copied to clipboard

whether the tag's opening delimiter carries a ~ trim marker.