Function
test_doc
(original: str, expected: str)
Source from the content-addressed store, hash-verified
| 575 | ], |
| 576 | ) |
| 577 | def test_doc(original: str, expected: str): |
| 578 | assert doc(original) == expected |
Callers
nothing calls this directly
Tested by
no test coverage detected