# Actual Behavior <img width="654" alt="Screenshot 2023-04-12 at 21 41 03" src="https://user-images.githubusercontent.com/510711/231567225-debdea3e-fcb3-4044-8629-3bae3ad8981a.png"> # Expected Behavior Comparison after `with` should be valid. # How To Reproduce ```rego package t allow := input.yes == true test_me { allow with input.yes as true == true } ```