Rename the lookup_value argument to match_value for conditions.
Review Request #8366 — Created Aug. 30, 2016 and submitted — Latest diff uploaded
The
matches()methods were taking alookup_valueargument for the
value to match against operators/condition values. The terminology
didn't really match (no pun intended), so it's been renamed to
match_valueinstead.
Unit tests pass.