You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> test = [true,true]
Rule 'test' defined in package repl. Type 'show' to see rules.
> test[_]
+ True
+ True
Actual Behavior
> test = [true,true]
Rule 'test' defined in package repl. Type 'show' to see rules.
> test[_]
+
+
Steps to Reproduce the Problem
~ $ opa run
OPA 0.19.0-dev (commit 0aff6264-dirty, built at 2020-03-29T14:04:08Z)
Run 'help' to see a list of commands.
> test = [true,true]
Rule 'test' defined in package repl. Type 'show' to see rules.
> test[_]
+
+
Yeah looks like a bug in the way output is pretty printed. If you turn off pretty printing, e.g., enter json in the REPL to switch to json mode, you'll see the answer is correct.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Additional Info
@tsandall added some additional info in Slack:
The text was updated successfully, but these errors were encountered: