Home | History | Annotate | Download | only in Scripts

Lines Matching refs:newLine

1111     # The "svn diff" command neither inserts newline characters between property values
1114 # FIXME: We do not support property values that contain tailing newline characters
1479 my $newLine = pop(@overlappingLines);
1480 if ($text ne substr($newLine, 1)) {
1514 $changeLogHashRef{patch} = join($lineEnding, @lines) . "\n"; # patch(1) expects an extra trailing newline.