From 68743342dceec73850e084060d5f1c0e6ec2b6f0 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 15 Aug 2014 12:40:25 -0400 Subject: [PATCH] Update Base.t --- t/Base.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Base.t b/t/Base.t index 5b527e7fb..90d9f44a5 100644 --- a/t/Base.t +++ b/t/Base.t @@ -18,6 +18,8 @@ ddg_goodie_test( '42 in base 2' => test_zci('42 in base 2 is 101010'), '42 to hex', => test_zci('42 in base 16 is 2A'), '10 in base 3' => test_zci('10 in base 3 is 101'), + '18442240474082181119 to hex' => test_zci('18442240474082181119 to hex is ffefffffffffffff'), + '999999999999999999999999 to hex' => test_zci('999999999999999999999999 to hex is d3c21bcecceda0ffffff') ); done_testing;