Home
last modified time | relevance | path

Searched refs:removeEOL (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DremoveEOL.pl40 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…
/external/webkit/Tools/Scripts/
DVCSUtils.pm75 &removeEOL
445 sub removeEOL($) subroutine
501 $_ = removeEOL($_);
514 $svnStatus = removeEOL(<SVN>) . "\n";
/external/webkit/Tools/
DChangeLog857 Perl unit test removeEOL.pl should print test case name on failure
860 * Scripts/webkitperl/VCSUtils_unittest/removeEOL.pl: Pass $title as
DChangeLog-2011-02-1614220 and VCSUtils::removeEOL().
14228 Also, VCSUtils::removeEOL() should ensure that its argument
14232 - 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.
DChangeLog-2010-05-2426716 Fix “Undefined subroutine” errors in svn-*apply by moving the removeEOL subroutine