On Friday 06 May 2005 18:17, John Lenz wrote:
> Hi, the following test fails because boolean.pmc actually registers the
> global True as a false boolean, and no boolean for False.  It is fixed with
> the patch below.
>
> John
>
>
>       find_global P0, "True"
>       find_global P1, "False"
>
>       if P0, L1
>       print "Error, True is not true"
> L1:
>       unless P1, L2
>       print "Error, False is not false"
> L2:
>       end

I just committed a slightly modified version of this BugReprodutionRecipe as
test in t/pmc/boolean.t

juergen

Reply via email to