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