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

/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t1473 my $mod_table;
1494 $mod_table = "$extra_chars$prop_only = $value";
1501 $mod_table = "$extra_chars$table";
1504 $mod_table = $table;
1505 while ($mod_table =~ s/(\d)(\d)/$1_$2/g) {}
1509 my @tested = prop_invlist($mod_table);
1511 is(@tested, 0, "prop_invlist('$mod_table') returns an empty list since is internal-only");
1520 is_deeply(\@tested, $tested_invlist{$file}, "prop_invlist('$mod_table') gave same results as its name synonym");
1574 fail_with_diff($mod_table, $official, $tested, "prop_invlist");
1578 pass("prop_invlist('$mod_table')");
[all...]

Completed in 123 milliseconds