You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test issue 150
- Add a test for issue #150 to specify the expected behavior
- Mark it `skip` pending implementation
* Test split CRLF
- Add a test for CRLF split between two buffers (a.k.a issue #150) to
specify the expected behavior
- Mark it `skip` pending implementation
* Test ambiguous CR
- Modify existing tests for `\r` row delimiter to specify the behavior
in case of CR vs.CRLF ambiguity issue #150
- Mark them `skip` pending implementation
* Keep the line if a new line is ambiguous
Modify the parser to
- parse CRLF as a single token
- keep the current line unparsed if it ends in CR and there's more data
This solves the issues #146 and #150 by ensuring that CRLF split by a
buffer boundary doesn't get treated as two row delimiters CR+LF
* v2.2.0
0 commit comments