23 |
main::ok (scalar ($s =~ /^\p{InBasicLatin}+$/), 'NSed ^\p+$ support of perl'); |
main::ok (scalar ($s =~ /^\p{InBasicLatin}+$/), 'NSed ^\p+$ support of perl'); |
24 |
main::ok (scalar ($s =~ /^\p{InBasicLatin}\p{InBasicLatin}+$/), 'NSed ^\p\p+$ support of perl'); |
main::ok (scalar ($s =~ /^\p{InBasicLatin}\p{InBasicLatin}+$/), 'NSed ^\p\p+$ support of perl'); |
25 |
main::ok (scalar ($s =~ /^\p{InBasicLatin}\p{InBasicLatin}*$/), 'NSed ^\p\p*$ support of perl'); |
main::ok (scalar ($s =~ /^\p{InBasicLatin}\p{InBasicLatin}*$/), 'NSed ^\p\p*$ support of perl'); |
26 |
}, 1..3, |
}, 1..4, |
27 |
); |
); |
28 |
$case += @test; |
$case += @test; |
29 |
$case += @test; |
$case += @test; |
42 |
|
|
43 |
=head1 LICENSE |
=head1 LICENSE |
44 |
|
|
45 |
Copyright 2003 Wakaba <w@suika.fam.cx> |
Copyright 2003, 2007 Wakaba <w@suika.fam.cx> |
46 |
|
|
47 |
This program is free software; you can redistribute it and/or |
This program is free software; you can redistribute it and/or |
48 |
modify it under the same terms as Perl itself. |
modify it under the same terms as Perl itself. |