Searched refs:error_property (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dregexp_unicode_prop.t388 while (my $error_property = shift @USER_ERROR_PROPERTIES) {
392 eval { 'A' =~ /\p{$error_property}/; };
393 like($@, $error_re, "$error_property gave correct failure message");

Completed in 65 milliseconds