Grupos de Google ya no admite nuevas publicaciones ni suscripciones de Usenet. El contenido anterior sigue siendo visible.

A note for test writers

Visto 1 vez
Saltar al primer mensaje no leído

Leopold Toetsch

no leída,
15 jul 2006, 12:21:1515/7/06
a perl6-l...@perl.org
Folks,

Please always verify test results, don't use the Parrot output of the test as
the expected output.
If you are implementing a new feature, write the *test first*.

Thanks,
leo

PS from r13305:

@@ -1324,7 +1324,7 @@
set P2, 300 # .Integer
set P3, 246.246 # .Float
div P2, P2, P3
- eq P2, 1, EQ4
+ .fp_eq( P2, 1.218293, EQ4)

300 / 246.246 just isn't 1 exactly

0 mensajes nuevos