Beakerboy / Beakerboy/Coveralls-Visualizer
Different Line endings
Open
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now only Unix line endings are supported. I need to convert all \r\n into \n and then all \r into \n.
Right now it explodes the file on every \n, but if a \n occurs in a string it shouldn’t. Should read the file by line instead maybe.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.