diff --git a/tests.json b/tests.json index 13de57e..b6cbe40 100644 --- a/tests.json +++ b/tests.json @@ -8,6 +8,9 @@ [ null, {}, null ], [ ["a","b"], {}, ["a","b"] ], + "# Empty rule", + [ {}, {}, {} ], + "# Single operator tests", [ {"==":[1,1]}, {}, true ], [ {"==":[1,"1"]}, {}, true ],