Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge tests for IN.nl-in for JVM
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent a80e467 commit 498ede8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S16-filehandles/argfiles.t
Expand Up @@ -80,6 +80,7 @@ is-deeply @lines, [<one two three>], 'Changing @*ARGS before calling things on $

# RT #123888
$output = Test::Util::run('$*IN.nl-in = "+"; say get() eq "A";', "A+B+C+");
#?rakudo.jvm todo 'RT #123888'
is $output, "True\n", 'Can change $*IN.nl-in and it has effect';

$tmp-file-name.IO.unlink;
1 change: 1 addition & 0 deletions S32-io/io-handle.t
Expand Up @@ -24,6 +24,7 @@ my $path = "io-handle-testfile";
}

# RT #123888
#?rakudo.jvm todo 'RT #123888'
{
{
$path.IO.open(:w).print("A+B+C+D+");
Expand Down

0 comments on commit 498ede8

Please sign in to comment.