This is an automatically generated mail to inform you that tests are now 
available in t/spec/S32-num/rat.t

commit f860b4261e301e06c21891cb8514f34a2206aaae
Author: bbkr <b...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Mon Jun 28 22:53:11 2010 +0000

    [t/spec] tests for RT #72870 Cant take .WHAT of sufficiently 
decimal-endowed Rat in Rakudo
    
    git-svn-id: http://svn.pugscode.org/p...@31493 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S32-num/rat.t b/t/spec/S32-num/rat.t
index 45d6964..0f3b398 100644
--- a/t/spec/S32-num/rat.t
+++ b/t/spec/S32-num/rat.t
@@ -220,6 +220,9 @@ ok Rat.new() == 0, 'Rat.new() is 0';
 
 ok 16/5 eqv 16/5, 'infix:<eqv> works with rats';
 
+# RT #72870
+is .88888888888.WHAT, 'Rat()', 'WHAT works on Rat created from 11 digit 
decimal fraction';
+
 done_testing;
 
 # vim: ft=perl6

Reply via email to