jwadhams / json-logic

Build complex rules and serialize them to JSON
MIT License
116 stars 13 forks source link

Definition of a rule as {} not covered in http://jsonlogic.com/tests.json #21

Open fifthaxe opened 4 years ago

fifthaxe commented 4 years ago

Hi,

It seems one definition is missing in http://jsonlogic.com/tests.json : the empty object rule (aka {}). This is causing bad behaviours in one of the most used golang implementation since this implementation relies on this URL content for tests coverage.

Take a look at this PR : https://github.com/diegoholiveira/jsonlogic/pull/23

Thanks a lot to consider adding the {} rule case in tests.json,

Regards,