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 953aca0 commit a8fe0ecCopy full SHA for a8fe0ec
S06-operator-overloading/sub.t
@@ -491,7 +491,9 @@ Testing operator overloading subroutines
491
492
lives-ok { sub circumfix:["@", "@"] ($a) { $a } },
493
'can define circumfix with brackets as delimiter';
494
+ #?rakudo.jvm emit # TTIAR
495
$RT119919 = EVAL 'sub circumfix:["@", "@"] ($a) { $a }; @ 5 @';
496
+ #?rakudo.jvm skip 'failing due to above failure'
497
is $RT119919, 5, 'can define and use circumfix with brackets as delimiter';
498
499
constant sym = "µ";
0 commit comments