Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed Mar 3, 2013
1 parent 7156048 commit 21c8ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/substr.t
Expand Up @@ -262,6 +262,7 @@ eval_dies_ok 'substr(Any, 0)', 'substr needs Cool as argument';
is "abcd".substr(2, Inf), 'cd', 'substr to Inf'
}

#?pugs todo
{
is 123456789.substr(*-3), '789', 'substr with Int and WhateverCode arg';

Expand Down

0 comments on commit 21c8ec8

Please sign in to comment.