Searched refs:count_chars (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dcrlf.t25 is(count_chars($text, "\015\012"), 0);
26 is(count_chars($text, "\n"), 2000);
31 is(count_chars($text, "\015\012"), 2000);
80 sub count_chars { subroutine

Completed in 30 milliseconds