Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge rakudo: lines() with limit
  • Loading branch information
labster committed Jun 2, 2013
1 parent a53aa97 commit 2004f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S16-filehandles/io.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

# L<S32::IO/IO::File/open>
# L<S32::IO/IO::Handle/open>
# old: L<S16/"Filehandles, files, and directories"/"open">
# old: L<S16/"Filehandles, files, and directories"/"close">
# old: L<S16/Unfiled/IO.get>
Expand Down Expand Up @@ -101,7 +101,7 @@ is(@lines4[2], "The End", 'lines($in) worked in list context');
is(@lines4[3], "... Its not over yet!", 'lines($in) worked in list context');
ok($in4.close, 'file closed okay (4)');

#?rakudo skip "prototype of sub lines(...) doesn't have limit yet"

{
my $in5 = open($filename);
#?niecza skip 'open does not yet produce an IO object'
Expand Down

0 comments on commit 2004f14

Please sign in to comment.