Searched refs:removeEOL (Results 1 – 5 of 5) sorted by relevance
40 ok(removeEOL(undef) eq "", $title);44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows li…48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line endin…52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.…56 ok(removeEOL("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "This line contain…
75 &removeEOL445 sub removeEOL($) subroutine501 $_ = removeEOL($_);514 $svnStatus = removeEOL(<SVN>) . "\n";
857 Perl unit test removeEOL.pl should print test case name on failure860 * Scripts/webkitperl/VCSUtils_unittest/removeEOL.pl: Pass $title as
14220 and VCSUtils::removeEOL().14228 Also, VCSUtils::removeEOL() should ensure that its argument14232 - Modified removeEOL() to return "" if its argument is undefined.14233 - Exported removeEOL() so that it can be tested. 14234 * Scripts/webkitperl/VCSUtils_unittest/removeEOL.pl: Added.
26716 Fix “Undefined subroutine” errors in svn-*apply by moving the removeEOL subroutine