CacheControl / json-rules-engine

A rules engine expressed in JSON
ISC License
2.54k stars 455 forks source link

Fix Top Level Condition Reference Failure #341

Closed chris-pardy closed 1 year ago

chris-pardy commented 1 year ago

There was no test for the top-level condition reference and this was failing because it was being treated as a not

Add a test and fix the bug.