urlstechie / urlchecker-action

:octocat: :link: GitHub action to extract and check urls in code and documentations.
https://urlchecker-python.readthedocs.io
MIT License
31 stars 12 forks source link

Newlines not being stripped #26

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

Testing release 0.1.6, even though there is a strip (that in manual testing will remove a newline) it appears that there is still a newline character -

image

vsoch commented 4 years ago

okay just figured this out, will put in a PR soon. The issue is that the characters actually look like this:

 'https://us-rse.org/2019-05-06-usrse-goals/\\n',
 'https://us-rse.org/2019-05-06-usrse-goals/\\n',
 'https://us-rse.org/2019-01-29-site-update/\\n',