Added more tests [skip ci]

This commit is contained in:
Andrew Kane
2024-09-23 18:33:08 -07:00
parent 9925b92d73
commit 6105a01881
4 changed files with 273 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ for my $i (0 .. $#operators)
# Test approximate results
my $min = 0.98;
if ($operator eq '<=>')
if ($operator eq "<=>")
{
$min = 0.60;
}