Re: Literal Values
[email protected] ("Joseph F. Ryan")
| Newsgroups | perl.perl6.documentation |
|---|---|
| Message-ID | <[email protected]> |
chromatic wrote: >On Tue, 12 Nov 2002 17:56:28 +0000, Joseph F. Ryan wrote: > >For the most part, they look fine to me. I'm a little concerned about some of >the numeric tests: > > output_is(<<'CODE', <<'OUT', "Simple Floats"); > print 4.5; > print 0.0; > print 13.12343 > CODE > 4.50.013.12343 > OUT > >I'd be more comfortable with a newline between the numbers, just in case. It's >not an issue in the string tests. > >-- c > Alright, fine by me; I was wondering on that myself. Done & Updated.