develooper Front page | perl.perl5.porters | Postings from June 2010

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

Thread Previous | Thread Next
From:
Reini Urban
Date:
June 3, 2010 03:25
Subject:
Re: [perl #75520] PATCH: Fix uc() for Greek YPOGEGRAMMENI
Message ID:
AANLkTimy2posZZoD-ALbWf5eI5nhIFCn0b0hyEuCaNHh@mail.gmail.com
2010/6/2 karl williamson <perlbug-followup@perl.org>:
> # 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/

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About