Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge now passing tests
  • Loading branch information
lizmat committed Aug 17, 2014
1 parent e657f36 commit 6fefb63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S32-str/sprintf.t
Expand Up @@ -259,10 +259,8 @@ is Date.new(-13_000_000_000, 1, 1), '-13000000000-01-01

# found by japhb
{
#?rakudo todo 'buggy'
#?niecza todo 'buggy'
is sprintf("%.0f", 1.969), "2", '%.0f of 1.969 should be 2';
#?rakudo todo 'buggy'
is sprintf("%.1f", 1.969), "2.0", '%.1f of 1.969 should be 2.0';
is sprintf("%.2f", 1.969), "1.97", '%.2f of 1.969 should be 1.97';
is sprintf("%.3f", 1.969), "1.969", '%.3f of 1.969 should be 1.969';
Expand Down

0 comments on commit 6fefb63

Please sign in to comment.