Skip to content
New issue

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

fixing tests using Symbols for IE11 #623

Merged
merged 1 commit into from
Nov 8, 2018
Merged

fixing tests using Symbols for IE11 #623

merged 1 commit into from
Nov 8, 2018

Conversation

phillipskevin
Copy link
Contributor

IE11 does not support Symbols, so can-symbol falls back to using string
keys. These keys are included when running deepEqual on the result of
expression.parse, whereas they are not when Symbols are used. To fix
these tests, I included the value stored to these keys in the expected
value that is passed to deepEqual.

part of canjs/canjs#4115.

IE11 does not support Symbols, so can-symbol falls back to using string
keys. These keys are included when running deepEqual on the result of
expression.parse, whereas they are not when Symbols are used. To fix
these tests, I included the value stored to these keys in the expected
value that is passed to deepEqual.
@phillipskevin phillipskevin merged commit d24b723 into master Nov 8, 2018
@phillipskevin phillipskevin deleted the ie11-tests branch November 8, 2018 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant