Skip to content

Commit

Permalink
track rakudo/nom
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jul 9, 2011
1 parent 6b6ba2a commit 46ff167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S13-overloading/operators.t
Expand Up @@ -5,6 +5,7 @@ plan 3;

#L<S06/Operator overloading>

#?rakudo todo 'nom regression'
{
ok eval(q[
sub postfix:<§> ($x) {
Expand All @@ -14,6 +15,7 @@ plan 3;
]) == 6, 'Can define postfix operator';
}

#?rakudo todo 'nom regression'
{
ok eval(q[
sub postfix:<!>($arg) {
Expand Down
1 change: 1 addition & 0 deletions S14-roles/namespaced.t
Expand Up @@ -14,6 +14,7 @@ role A::B {
method foo { "Foo" }
};

#?rakudo todo 'nom regression'
is(A::B.WHAT, 'B()', 'A::B.WHAT stringifies to short name B');

class X does A::B {
Expand Down

0 comments on commit 46ff167

Please sign in to comment.