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
The presentation implementation was trying to print a table with no
expression values or variable bindings. With these changes, the
presentation package will output 'true' if there are no vars and all of
the exprs are of type 'bool'.
Fixesopen-policy-agent#850
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
In the example below, the REPL printed "+\n+" after
not p; true
.The text was updated successfully, but these errors were encountered: