TAP version 14
# Subtest: allow unsafe regex
    1..4
    ok 1 - should not error
    ok 2 - should not error
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 1 - allow unsafe regex # time=39.878ms

# Subtest: allow unsafe regex not match
    1..3
    ok 1 - should not error
    ok 2 - should not error
    ok 3 - should be equal
ok 2 - allow unsafe regex not match # time=8.24ms

# Subtest: allow unsafe regex not safe
    1..1
    ok 1 - expected to throw
ok 3 - allow unsafe regex not safe # time=3.572ms

# Subtest: allow unsafe regex not safe by default
    1..1
    ok 1 - expected to throw
ok 4 - allow unsafe regex not safe by default # time=1.383ms

# Subtest: allow unsafe regex allow unsafe
    1..5
    ok 1 - expect to not throw
    ok 2 - should not error
    ok 3 - should not error
    ok 4 - should be equal
    ok 5 - should be equivalent
ok 5 - allow unsafe regex allow unsafe # time=9.496ms

1..5
