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
The problem was with some bugs when checking if I had reached the end of the file and the consideration of \r\n in Windows.
Fortunately, all those problems were solved and your case was added as a test to the library 🚀
The new versions are now available with the problems solved:
This is kind of a continuation to #12. With the following string used as test input:
I get the following error:
A workaround is to use
src.trim_end()
since the problem is in the trailing spaces before the"#
.The text was updated successfully, but these errors were encountered: