Skip to content

Commit 734565c

Browse files
committed
untodo tests for #100232
1 parent 3c3ac2a commit 734565c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S05-interpolation/regex-in-variable.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ ok(!('aaaaab' ~~ m/"$foo"/), 'Rulish scalar match 7');
4646
}
4747

4848
# RT #100232
49-
#?rakudo todo 'escaping characters before EVAL is the wrong way to fix this RT #100232'
5049
throws-like Q[my $x = '1} if say "pwnd"; #'; 'a' ~~ /<$x>/], Exception, "particular garbage-in recognized as being garbage (see RT)";
5150

5251
# because it broke these:
@@ -56,7 +55,6 @@ throws-like Q[my $x = '1} if say "pwnd"; #'; 'a' ~~ /<$x>/], Exception, "particu
5655
is ~("foo" ~~ /<{' o ** 2 '}>/), "oo", 'returns correct Match';
5756
}
5857

59-
#?rakudo todo 'and no need to go all Bobby Tables either RT #124633'
6058
throws-like Q['a' ~~ /<{'$(say "trivially pwned")'}>/], Exception, "should handle this too";
6159

6260
# Arrays

0 commit comments

Comments
 (0)