Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
niecza unfudge
  • Loading branch information
coke committed Dec 19, 2011
1 parent 84d0e6f commit 27d0c93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S02-types/range.t
Expand Up @@ -71,7 +71,6 @@ ok('x' !~~ 'a'..'c', 'str not in range');
ok(('aa'..'zz').ACCEPTS('ax'), 'str in range');
ok(('a'..'zz').ACCEPTS('ax'), 'str in range');

#?niecza 4 skip 'Cannot use value like Range as a number'
is(+(6..6), 1, 'numification');
is(+(6^..6), 0, 'numification');
is(+(6..^6), 0, 'numification');
Expand Down
1 change: 0 additions & 1 deletion S05-match/non-capturing.t
Expand Up @@ -23,7 +23,6 @@ is($/[0], substr($str,1,*-1), 'Correctly captured 1');
ok($str ~~ m{a[b+]c}, 'Matched 2');
ok($/, 'Saved 2');
is($/, $str, 'Grabbed all 2');
#?niecza todo
ok(!defined($/[0]), "Correctly didn't capture 2");

{
Expand Down

0 comments on commit 27d0c93

Please sign in to comment.