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
Fix protected redefinition of equivalent id terms.
- Fix test `pr41` of protected redefinition of equivalent id terms.
- The `String.match` logic and expression like `(true && null)` was
evaluating to `null` which later failed a strict comparison with
`false`. Fixed by forcing boolean logic.
0 commit comments