File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,10 @@ eval ' @%(a => <b>)<a> ';
194
194
ok ( $! , " doesn't really make sense, but shouldn't segfault, either ($!)" );
195
195
196
196
# test for RT #62730
197
- # ?rakudo todo 'RT #62730'
198
197
lives_ok { Hash . new (" a" => " b" ) }, ' Hash.new($pair) lives' ;
199
198
200
199
# RT #71022
201
- # ?rakudo skip 'RT 71022: infinite loop (noauto)'
200
+ # ?DOES 1
202
201
{
203
202
my % rt71022 ;
204
203
% rt71022 <bughunt > = % rt71022 <bughunt >;
@@ -238,6 +237,7 @@ lives_ok { Hash.new("a" => "b") }, 'Hash.new($pair) lives';
238
237
# By collective knowledge of #perl6 and @larry, .{ } is actually defined in
239
238
# Any
240
239
# ?rakudo skip 'RT 58372'
240
+ # ?DOES 3
241
241
{
242
242
my $ x ;
243
243
lives_ok { $ x {' a' } }, ' can index a variable that defaults to Any' ;
@@ -262,6 +262,7 @@ lives_ok { Hash.new("a" => "b") }, 'Hash.new($pair) lives';
262
262
263
263
# RT #61412
264
264
# ?rakudo skip 'binding hash values - RT 61412'
265
+ # ?DOES 1
265
266
{
266
267
my % hash ;
267
268
% hash <foo > := ' bar' ;
You can’t perform that action at this time.
0 commit comments