()
| 123 | list_item_close() { return "</li>" }, |
| 124 | |
| 125 | table_open() { return "\n\n<table>" }, |
| 126 | table_close() { return "\n\n</table>" }, |
| 127 | tbody_open() { return "" }, |
| 128 | tbody_close() { return "" }, |
nothing calls this directly
no outgoing calls
no test coverage detected