Re: [perl #75520] PATCH: Fix uc() for Greek YPOGEGRAMMENI

[email protected] (Reini Urban)
Newsgroups perl.perl5.porters
Message-ID <[email protected]>
2010/6/2 karl williamson <[email protected]>:
> # New Ticket Created by  karl williamson
> # Please include the string:  [perl #75520]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75520 >
>
>
> Attached.

I think you have a typo/thinko in
0001-t-uni-case.pl-allow-extra-tests-of-different-form.patch

-casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] },
+casetest( 0,	# extra tests already run
+	"Upper", \%utf8::ToSpecUpper,
+	 sub { uc $_[0] },

=>

-casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] },
+casetest( 1,	# extra tests already run
+	"Upper", \%utf8::ToSpecUpper,
+	 sub { uc $_[0] },

-- 
Reini Urban
http://phpwiki.org/           http://murbreak.at/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.