Skip to content

Commit

Permalink
Fix RT number
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Nov 22, 2015
1 parent 3e980b2 commit bae740d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S32-str/index.t
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ throws-like 'index("xxy", "y", -1)', X::OutOfRange, 'index with negative start p
# RT #125784
{
for -1e34, -1e35 -> $pos {
#?rakudo.moar 2 todo 'RT #126700'
#?rakudo.moar 2 todo 'RT #125784'
ok index( 'xxy','y', $pos ) ~~ Failure, "sub does $pos fails";
ok 'xxy'.index( 'y', $pos ) ~~ Failure, "method does $pos fails";
}
Expand Down
2 changes: 1 addition & 1 deletion S32-str/rindex.t
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ throws-like 'rindex("xxyxx", "y", -1)', X::OutOfRange, 'rindex with negative sta
# RT #125784
{
for -1e34, -1e35 -> $pos {
#?rakudo.moar 2 todo 'RT #126700'
#?rakudo.moar 2 todo 'RT #125784'
ok rindex( 'xxyxx','y', $pos ) ~~ Failure, "sub does $pos fails";
ok 'xxyxx'.rindex( 'y', $pos ) ~~ Failure, "method does $pos fails";
}
Expand Down

0 comments on commit bae740d

Please sign in to comment.