eval-dies-ok
ErrorsCollection

eval-dies-ok

Synthesised documentation from type/Test

From type/Test

See Original text in context

multi sub eval-dies-ok(Str $code$reason = '')

Marks a test as passed if the given $string throws an exception when evaled as code.

The function accepts an optional description of the test.

eval-dies-ok q[my $joffrey = "nasty";
               die "bye bye Ned" if $joffrey ~~ /nasty/],
    "Ned Stark dies";