At 3:10 PM -0700 8/16/04, Danny Werner (via RT) wrote:
# New Ticket Created by  Danny Werner
# Please include the string:  [perl #31197]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31197 >


Hi bugtracker,

Examples from the 2th aoudad book (page 127) did not
turn out as expected. Being completely new to this,
I did not know where to put the testcode.

It'll go in as t/op/literal.t. Oddly, parrot currently doesn't like this. Throws an error:


use Parrot::Test tests => 1;

output_is(<<'CODE', <<'OUTPUT', "integer literals");
        print 0x2A
        print "\n"
        print 0X2A

^^^^

on this line.

Leo, any reason to be case sensitive on this stuff you can think of?
--
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to