use Perl6::Rules; use Test::Simple 'no_plan'; ok( "" =~ m//, "Simple null" ); ok( "a" =~ m//, "Simple null A" ); ok( "ab" =~ m{ab}, "Compound null AB" );