Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created January 1, 2018 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/c94ded073bfe8f87b6b7cf1458e40ebc to your computer and use it in GitHub Desktop.
Save zoffixznet/c94ded073bfe8f87b6b7cf1458e40ebc to your computer and use it in GitHub Desktop.
2017.12.11 zoffix@VirtualBox~/R/rakudo (smiley-coercers)$ ./perl6 t/02-rakudo/08-repeat.t
1..5
ok 1 - concatenating strings with `~` that would create a too large result dies
ok 2 - repeating strings with `x` that would create a too large result dies
ok 3 - repeat count equal to the NQP limit works
ok 4 - correct result for count equal to the NQP limit
1..2
ok 1 - code dies
ok 2 - right exception type (Exception)
ok 5 - too large repeat count throws instead of going negative
2017.12.11 zoffix@VirtualBox~/R/rakudo (smiley-coercers)$ ./perl6 -v
This is Rakudo version 2017.12-86-g7b0240e32 built on MoarVM version 2017.12-14-g4541cf6f
implementing Perl 6.c.
2017.12.11 zoffix@VirtualBox~/R/rakudo (smiley-coercers)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment