mAsterdam <[EMAIL PROTECTED]> wrote:
> Unfortunately the uppercased literals yield 0 instead of 42.
Is already fixed in CVS.
leo
Hm I should have run the test before I replied.
I removed the negatives.
Unfortunately the uppercased literals yield 0 instead of 42.
use Parrot::Test tests => 1;
output_is(<<'CODE', <<'OUTPUT', "integer literals");
print 0x2A
print "\n"
print 0X2A
print "\n"
Dan Sugalski wrote:
Leopold Toetsch wrote:
Dan Sugalski <[EMAIL PROTECTED]> wrote:
At 3:10 PM -0700 8/16/04, Danny Werner (via RT) wrote:
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.
And now the
At 9:36 PM +0200 8/20/04, Leopold Toetsch wrote:
Dan Sugalski <[EMAIL PROTECTED]> wrote:
At 3:10 PM -0700 8/16/04, Danny Werner (via RT) wrote:
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.
And n
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 3:10 PM -0700 8/16/04, Danny Werner (via RT) wrote:
>>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.
> And now the test's in. Thanks!
And fails with
At 3:10 PM -0700 8/16/04, Danny Werner (via RT) wrote:
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.
And now the test's in. Thanks!
--
Dan
---
Dan Sugalski wrote:
print 0X2A
Fixed.
leo
Dan Sugalski <[EMAIL PROTECTED]> wrote:
>> print 0x2A
>> print "\n"
>> print 0X2A
>
> on this line.
> Leo, any reason to be case sensitive on this stuff you can think of?
Nah. Not really. The lexer evolves, as it did with float parsing. And
all untested stuff doesn'
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.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=31197 >
Hi bugtracker,
Examples from the 2
# New Ticket Created by Danny Werner
# Please include the string: [perl #31197]
# in the subject line of all future correspondence about this issue.
# 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 expe
10 matches
Mail list logo