Skip to content

Conversation

@anne-gert
Copy link

Fix for Issue #7 .
I have created a pull-request for this before, but now I move that to a separate branch.

Anne-Gert Bultena added 2 commits June 23, 2025 10:15
In Perl regex, /\n/ matches LF (\x10) only. If the string has a DOS
linebreak, it will not match.
Since the regex means to say 'last line before the end of the string',
the regex /...\n\z/ is changed into /...\s*\z/.
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.

1 participant