Commit 29e85ca
committed
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.1 parent 9802161 commit 29e85ca
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
0 commit comments