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 b7b77ff commit 0de7ee6Copy full SHA for 0de7ee6
t/run/todo.t
@@ -290,6 +290,12 @@ TODO: {
290
is($?, 0, 'No assertion failure; GH 16522');
291
}
292
293
+TODO: {
294
+ local $::TODO = 'GH 16665';
295
+ my $results = fresh_perl('sub f {[1,2,3]}; print sort f()->@*', {});
296
+ is($results, '123', 'function return value sorted before postfix dereference; GH 16665');
297
+}
298
+
299
TODO: {
300
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
301
local $::TODO = 'GH 16863';
0 commit comments