(ts Tokens)
| 43 | } |
| 44 | |
| 45 | func (b *Body) AppendUnstructuredTokens(ts Tokens) { |
| 46 | b.children.Append(ts) |
| 47 | } |
| 48 | |
| 49 | // Attributes returns a new map of all of the attributes in the body, with |
| 50 | // the attribute names as the keys. |
no test coverage detected