``` super -i line -j -c ' values {raw: this, parsed: parse_sup(this)} | where is_error(parsed) | cut raw ' broken-file.sup ``` - Reads each line as a raw string (-i line), bypassing the SUP parser entirely - parse_sup() tests each line individually, returning error values instead of crashing - First error in the output is the real problem; subsequent errors may be parser state bleed