Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refudge for niecza.
  • Loading branch information
colomon committed Dec 19, 2011
1 parent d72e0b4 commit 84d0e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S05-capture/match-object.t
Expand Up @@ -17,13 +17,12 @@ is $/.to, 4, '.to';
is $/.prematch, 'ab', '.prematch';
#?niecza skip 'Unable to resolve method postmatch in class Match'
is $/.postmatch, 'de', '.postmatch';
#?niecza todo
is $/.list.elems, 0, '.list (empty)';
is $/.hash.elems, 0, '.hash (empty)';
#?niecza todo
is $/.keys.elems, 0, '.keys (empty)';
#?niecza todo
is $/.values.elems, 0, '.values (empty)';
#?niecza todo
is $/.pairs.elems, 0, '.pairs (empty)';
#?niecza todo
is $/.kv.elems, 0, '.kv (empty)';
Expand Down

0 comments on commit 84d0e6f

Please sign in to comment.