Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge #118601 test
  • Loading branch information
lizmat committed May 18, 2014
1 parent a4f8732 commit 064ab9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-str/sprintf.t
Expand Up @@ -220,7 +220,6 @@ is sprintf('%d %1$x %1$o', 12), '12 c 14', 'positional argument specifier $'
# RT 117547
is sprintf('%10s', "" x 3), ' ☃☃☃', 'multi-byte characters are counted correctly for %Ns strings';

#?rakudo.moar todo 'RT 118601'
is sprintf("%x %x", 301281685344656640, 301281685344656669), '42e5e18b84c9d00 42e5e18b84c9d1d', 'RT 118601';
is sprintf("%d", 42**20), '291733167875766667063796853374976', 'RT 118253';
is map({chars sprintf "[%18s]\n", "" x $_ }, 0..6), [21, 21, 21, 21, 21, 21, 21], 'RT 117547';
Expand Down

0 comments on commit 064ab9a

Please sign in to comment.