()
| 243 | } |
| 244 | |
| 245 | appendEmptyBlock() { |
| 246 | return this.appendBlockForAttributesWithElement([], null) |
| 247 | } |
| 248 | |
| 249 | appendStringWithAttributes(string, attributes) { |
| 250 | return this.appendPiece(pieceForString(string, attributes)) |
no test coverage detected