Last pre-5G version of 102232-1 from LI#49 Zagreb meeting has wrong line endings (as does all of 102232-2)
Mostly 102232-1 asn1 versions are OK, except this one. New (renamed) file is stored with old style mac line endings.
This is the last version snapshot before 5G kicks in so worth getting right?
Also appears that most (all?) of 102232-2 checkins also suffer from this line ending problem. Also checked other TCLI folders and these appear OK at least at head (didn't go back into histories)
Viewing in gitlab on screen looks OK until you try and copy the file then you get extra empty lines. Gitlab WebIDE view also shows the problem, as does copying of files via various mechanisms.
Gitlab has a known issue that it tracks the input EOL rather than normalising. So mac based check-ins can be problematic.
Workaround - as rewriting git history is fiddly Checkout as is with the mixture of \r (mac) followed by \n\r (win) Use your favourite editor to replace \r\n with \n - file will now be correct as a win file Maybe trim trailing spaces? Save as corrected file