Summary
Add coverage for CSV parsing in @contextrie/parsers.
Why
The old parser location is gone; this should track the current package layout.
Done when
- happy path CSV parsing is covered
- malformed input cases are covered
- parsed output matches current source expectations
Summary
Add coverage for CSV parsing in
@contextrie/parsers.Why
The old parser location is gone; this should track the current package layout.
Done when