()
| 196 | } |
| 197 | |
| 198 | func (s textList) String() string { |
| 199 | return (&textWrap{Prefix: "{", Value: s, Suffix: "}"}).String() |
| 200 | } |
| 201 | |
| 202 | func (s textList) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) { |
| 203 | s = append(textList(nil), s...) // Avoid mutating original |