summaryrefslogtreecommitdiffstats
path: root/t/11_dmul.t
diff options
context:
space:
mode:
Diffstat (limited to 't/11_dmul.t')
-rw-r--r--t/11_dmul.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/11_dmul.t b/t/11_dmul.t
index f7f8a0e..3a5e232 100644
--- a/t/11_dmul.t
+++ b/t/11_dmul.t
@@ -28,6 +28,9 @@ my $c;
@tests = (
# a b c
+ [ 2 , 2 , "4." ],
+ [ 1 , 0.23, ".23" ],
+ [ 0.23, 1 , ".23" ],
[ 1.23, 4.56, "5.6088"],
[-1.23, 4.56, "-5.6088"],
[-1.23, -4.56, "5.6088"],