()
| 271 | |
| 272 | |
| 273 | def test_3559(): |
| 274 | doc = pymupdf.Document() |
| 275 | page = doc.new_page() |
| 276 | text_insert="""<body><h3></h3></body>""" |
| 277 | rect = pymupdf.Rect(100, 100, 200, 200) |
| 278 | page.insert_htmlbox(rect, text_insert) |
| 279 | |
| 280 | |
| 281 | def test_3916(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…