mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake tests: Handle windows line endings
This commit is contained in:
parent
7f0977aefb
commit
9560941f9a
@ -206,7 +206,8 @@ sub interpretedCopy($$$$)
|
||||
initLyxStack(\%font, $fontT, $inputEncoding);
|
||||
|
||||
while (my $l = <FI>) {
|
||||
chomp($l);
|
||||
$l =~ s/[\n\r]+$//;
|
||||
#chomp($l);
|
||||
my $rStatus = checkLyxLine($l);
|
||||
if ($rStatus->{found}) {
|
||||
my $rF = $rStatus->{result};
|
||||
|
Loading…
Reference in New Issue
Block a user