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

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables20387 my @should_display = split /\s*$breakable\s*/, $template;
20388 my @should_match = map { eval "\"$_\"" } @should_display;
20477 print " correctly matched $should_display[$i]; line $line\n";
20485 " should have matched $should_display[$i]",
H A DTestProp.pl252 my @should_display = split /\s*$breakable\s*/, $template;
253 my @should_match = map { eval "\"$_\"" } @should_display;
342 print " correctly matched $should_display[$i]; line $line\n";
350 " should have matched $should_display[$i]",
[all...]

Completed in 326 milliseconds