Documentation for sub lives-ok
assembled from the following pages:
Module: Test §
From Test
(Test) sub lives-ok §
Defined as:
multi sub lives-ok(Callable , = '')
Marks a test as passed if the given $code
does not throw an exception.
The function accepts an optional description of the test.
sub frodo(Bool :) lives-ok , "Frodo survives";