typedb / typedb-behaviour

TypeDB Behaviour Test Specification
Mozilla Public License 2.0
10 stars 19 forks source link

Test case ensuring variable filters apply after the negation #273

Closed krishnangovindraj closed 10 months ago

krishnangovindraj commented 10 months ago

Usage and product changes

Adds a test ensuring variables are filtered out only after negations are evaluated. This guards against the case where the variables is filtered out and the negation is evaluated with that variable unbound.

Implementation

Protects against regression of vaticle/typedb#6967

typedb-bot commented 10 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture