We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f79418 commit d07b16dCopy full SHA for d07b16d
S03-operators/div.t
@@ -4,7 +4,7 @@ plan 6;
4
5
isa_ok 10 div 0 , Failure, "10 div 0 softfails";
6
isa_ok 10 / 0 , Rat, "10 / 0 is a Rat.";
7
-isa_ok 10 / 0.0 , Rat, "10 / 0.0 is a rat";
+isa_ok 10 / 0.0 , Rat, "10 / 0.0 is a Rat";
8
isa_ok 10 / 0e0 , Failure, "10 / 0e0 softfails";
9
isa_ok (1/1) / 0e0, Failure, "(1/1) / 0e0 softfails";
10
isa_ok 1e0 / (0/1), Failure, "1e0 / (0/1) softfails";
0 commit comments