We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StrsItem does not have an isEqual() method, so ElemElement.isEqual() and ElementString.isEqual() cannot detect clones.
StrsItem
isEqual()
ElemElement.isEqual()
ElementString.isEqual()
Skipped test cases in element-string-tests.ts (PR #12811) cover this.
element-string-tests.ts
An isEqual() method needs to be added to StrsItem, and the ElemElement.isEqual() updated to use it rather than a.value === this.value.
a.value === this.value
The text was updated successfully, but these errors were encountered:
markcsinclair
Successfully merging a pull request may close this issue.
Describe the bug
StrsItem
does not have anisEqual()
method, soElemElement.isEqual()
andElementString.isEqual()
cannot detect clones.Skipped test cases in
element-string-tests.ts
(PR #12811) cover this.An
isEqual()
method needs to be added toStrsItem
, and theElemElement.isEqual()
updated to use it rather thana.value === this.value
.Keyman apps
The text was updated successfully, but these errors were encountered: