We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eadf9a commit 7680971Copy full SHA for 7680971
t/run/todo.t
@@ -228,6 +228,19 @@ TODO: {
228
is($results, "oooo\noooo\noooo\noooo", 'Hashref element reference in @_ disappeared; GH 13307');
229
}
230
231
+TODO: {
232
+ local $::TODO = "GH 15654";
233
+ my $results = fresh_perl(<<~'EOF', {});
234
+ %: = *: = *:::::: = *x; *:::: = *::;
235
+ EOF
236
+ is($?, 0, 'perl exited normally; [GH 15654]');
237
+
238
+ $results = fresh_perl(<<~'EOF', {});
239
+ %y = *y = *:::::: = *x; *:::: = *::;
240
241
242
+}
243
244
TODO: {
245
local $::TODO = "GH 16008";
246
my $results = fresh_perl(<<~'EOF', {} );
0 commit comments