Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tcl build #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix tcl build #10

wants to merge 2 commits into from

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 November 5, 2020 10:47
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