Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/tab/space/ for tests
  • Loading branch information
jimmy committed Feb 23, 2011
1 parent f8f23b9 commit 96654ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions S02-builtin_data_types/hash.t
Expand Up @@ -261,9 +261,9 @@ lives_ok { Hash.new("a" => "b") }, 'Hash.new($pair) lives';

# RT #61412
{
my %hash;
%hash<foo> := 'bar';
is %hash<foo>, 'bar', 'binding hash values ok';
my %hash;
%hash<foo> := 'bar';
is %hash<foo>, 'bar', 'binding hash values ok';
}

done;
Expand Down
2 changes: 1 addition & 1 deletion S04-statements/try.t
Expand Up @@ -116,7 +116,7 @@ plan 17;
}
}
}
is $str, 'ABfoo', 'block including if structure and printing $/ OK';
is $str, 'ABfoo', 'block including if structure and printing $/ ok';
}
done;

Expand Down

0 comments on commit 96654ce

Please sign in to comment.