de349a423e
Previously list rows (Extra secret, OK codes) split on spaces only, so 'KOPIA, TEST' produced the malformed token 'KOPIA,'. Collapse any run of commas/whitespace to a single space before splitting, so 'A,B', 'A, B' and 'A B' all yield the same entries.