(self, request)
| 261 | ] |
| 262 | ) |
| 263 | def clear_fixture(self, request): |
| 264 | initial_cxml, expected_cxml = request.param |
| 265 | paragraph = Paragraph(element(initial_cxml), None) |
| 266 | expected_xml = xml(expected_cxml) |
| 267 | return paragraph, expected_xml |
| 268 | |
| 269 | @pytest.fixture( |
| 270 | params=[ |