r"""
Malformed delimiter must raise ValueError, never fall back to comma.
The PyO3 adapter used to keep only the first byte of ``delimiter``, so
``""`` and ``",,"`` silently encoded with ``,``. These tests pin the
contract: exactly ",", "\\t", "|" are accepted, everything else raises.
"""
assert