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

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables20428 my $matched_text;
20431 $matched_text = "matched";
20434 $matched_text = "failed to match";
20442 print "ok ", ++$Tests, " - \"$display_string\" $matched_text /$pattern/$display_upgrade; line $line $display_locale$comment\n";
20453 $matched_text = ($matched) ? "matched" : "failed to match";
20454 print "ok ", ++$Tests, " - \"$display_string\" $matched_text /$B_pattern/$display_upgrade; line $line $display_locale";
H A DTestProp.pl293 my $matched_text;
296 $matched_text = "matched";
299 $matched_text = "failed to match";
307 print "ok ", ++$Tests, " - \"$display_string\" $matched_text /$pattern/$display_upgrade; line $line $display_locale$comment\n";
318 $matched_text = ($matched) ? "matched" : "failed to match";
319 print "ok ", ++$Tests, " - \"$display_string\" $matched_text /$B_pattern/$display_upgrade; line $line $display_locale";
[all...]

Completed in 292 milliseconds