Skip to content

Feature/#23 handle carriage returns#325

Open
X1Vi wants to merge 2 commits into
extrabacon:masterfrom
X1Vi:feature/#23-handle-carriage-returns
Open

Feature/#23 handle carriage returns#325
X1Vi wants to merge 2 commits into
extrabacon:masterfrom
X1Vi:feature/#23-handle-carriage-returns

Conversation

@X1Vi
Copy link
Copy Markdown

@X1Vi X1Vi commented May 28, 2026

Fixes #23
I have added CR Pattern handling.
We are using a boolean to enable this functionality and check for Window, Linux and MacOS.

If False then we execute then normal flow instead of the True flow

I am assuming \n is for linux and macOS, \r\n is for windows and \r is for crdata.

I have added some tests for this as well that checks basic functionality.

I ran npm test and all test were passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[New Feature] Gracefully handle carriage returns

1 participant