Open lscheffler opened 2 years ago
Interesting. I usually do this to ensure the last line has a CR and LF:
text to lcText noshow
some text
endtext
I see the problem on TEXT TO .. TEXTMERGE merging a variable read from a textfile with only LF.
A prg with only LF and the code you show will do no harm. The frx seems to A) to be considered as binary file by git, and B) not be harmed by the problem. Either the frx adds there own line ends while compiling, or it is a problem of TEXTMERGE.
TEXT .. TO
will remove line feed LF - 0h0A if not combined with CR 0h0D, independent of any setting of PRETEXT.At least a Remark should be introduced to help. Try
Update:
It keeps CR, CRLF, but not LF