Op 25-01-2026 om 16:45 schreef Pádraig Brady:
The dd word=word cases aren't matched up correctly. I've just removed them from my split.py for now.
It works fine when using this fragment of code instead:
if re.match(r'^" [a-z]+=\S+ ', line):
return True
before the `return False`.
--
Regards,
Benno
