mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 11:15:32 -06:00
5c286b8ba9
Hacking on IR implementations for the builtins revealed some functions missing tests, which are added here: * rego.metadata.rule * rego.metadata.chain * crypto.x509.parse_rsa_private_key Also brought back the comment providing instructions for running the tests in the helloworld directory, as this was mistakenly removed by the massive cleanup PR some month back. Signed-off-by: Anders Eknert <anders@eknert.com>