cqframework / cql-tests

Clinical Quality Language Tests Repository
Apache License 2.0
2 stars 3 forks source link

Remove tests with negative zero #31

Open EvanMachusakNCQA opened 5 days ago

EvanMachusakNCQA commented 5 days ago

There are a couple of tests like this one:

        <test name="ExpNeg0">
            <expression>Exp(-0)</expression>
            <output>1.0</output>
        </test>

We should not be testing operators with negative zero.